Role: The ABQBoundaryCondition interface manages the common properties of any boundary condition.
Properties
- Property ActivationStatus() As
-
Sets or Returns a boolean indicating whether the boundary
condition is activated.
- Returns:
- The activation status.
dd>
- Property ApplyUserSubroutine() As
-
Sets or returns the user subroutine flag.
- Returns:
- A boolean specifying whether a user subroutine will be applied.
dd>
- Property Regions() As (Read Only)
-
Returns the region to which the boundary condition is applied.
- Returns:
- The region dd>
- Property SmoothAmplitude() As
-
Sets or returns the Smooth Amplitude, given the reference of the Smooth amplitude.
- Returns:
- The amplitude object. dd>
- Property Status() As (Read Only)
-
Returns the propagating status of the boundary condition.
- Returns:
- The propagating status for example: if the boundary condition feature is created, it will return "CREATED" if the boundary condition feature is propagated from previous step, it will return "PROPAGATED" dd>
- Property TabularAmplitude() As
-
Sets or returns the amplitude, given the Tabular amplitude reference.
- Returns:
- The amplitude object. dd>
- Property Type() As (Read Only)
-
Returns the type of the boundary condition.
- Returns:
- The type of the boundary condition 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 boundary condition is applied.
dd> - iSupport
- The CATIA Reference specifying the region to which the boundary condition 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 boundary condition is applied.
dd> - iPublication
- The CATIA Publication specifying the region to which the boundary condition 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 boundary condition is applied.
dd> - iSupport
- The CATIA Reference specifying the region to which the boundary condition is applied.
Refer: CATIAReference dd>