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. dd>
- Property Amplitude() As
-
Sets or returns the amplitude, given the name of the amplitude.
- Returns:
- The amplitude object selected. dd>
- Property Regions() As (Read Only)
-
Returns the region to which the load is applied.
- Returns:
- The region. dd>
- Property SmoothAmplitude() As
-
Sets or returns the Smooth Amplitude, given the refernce of the Smooth amplitude.
- Returns:
- The amplitude object selected. dd>
- 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" dd>
- Property TabularAmplitude() As
-
Sets or returns the amplitude, given the Tabular amplitude refrence.
- Returns:
- The amplitude object selected. dd>
- Property Type() As (Read Only)
-
Returns the type of the load.
- Returns:
- The type of the load. dd>
- 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. dd>
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.
dd> - iSupport
- The CATIA Reference specifying the region to which the load is applied.
Refer: CATIAReference , CATIAProduct dd>
- 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.
dd> - iPublication
- The CATIA Publication specifying the region to which the load is applied.
Refer: CATIAPublication dd>
- 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.
dd> - iSupport
- The CATIA Reference specifying the region to which the load is applied.
Refer: CATIAReference dd>