ABQLoad (Object)

Represents the base interface for all load objects.
Role: The ABQLoad interface manages the common properties of any load.

Properties


Property ActivationStatus() As
Sets or returns the activation status.
Returns:
A boolean specifying whether the pressure is activated.
Property Amplitude() As
Sets or returns the amplitude, given the name of the amplitude.
Returns:
The amplitude object selected.
Property Regions() As (Read Only)
Returns the region to which the load is applied.
Returns:
The region.
Property SmoothAmplitude() As
Sets or returns the Smooth Amplitude, given the refernce of the Smooth amplitude.
Returns:
The amplitude object selected.
Property Status() As (Read Only)
Returns the propagating status of the load.
Returns:
The propagating status for example: if the load feature is created, it will return "CREATED" if the load feature is propagated from previous step, it will return "PROPAGATED"
Property TabularAmplitude() As
Sets or returns the amplitude, given the Tabular amplitude refrence.
Returns:
The amplitude object selected.
Property Type() As (Read Only)
Returns the type of the load.
Returns:
The type of the load.
Property UseAmplitude() As
Sets or returns a boolean indicating whether amplitude is used in a load
Returns:
boolean specifying whether user defined amplitude is active.

Methods


Sub AddSupportFromProduct( iProduct, iSupport)
Creates a new support and adds it to the description of the Analysis Entity.
Parameters:
iProduct
The CATIA Product specifying the object to which the load is applied.
iSupport
The CATIA Reference specifying the region to which the load is applied.

Refer: CATIAReference , CATIAProduct
Sub AddSupportFromPublication( iProduct, iPublication)
Creates a new support and adds it to the description of the Analysis Entity.
Parameters:
iProduct
The CATIA Product specifying the object to which the load is applied.
iPublication
The CATIA Publication specifying the region to which the load is applied.

Refer: CATIAPublication
Sub AddSupportFromReference( iReference, iSupport)
Creates a new support and adds it to the description of the Analysis Entity.
Parameters:
iReference
The CATIA Reference specifying the object to which the load is applied.
iSupport
The CATIA Reference specifying the region to which the load is applied.

Refer: CATIAReference