ABQBoundaryCondition (Object)

Represents the base interface for Abaqus boundary condition objects.
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.
 
Property ApplyUserSubroutine() As
Sets or returns the user subroutine flag.
Returns:
A boolean specifying whether a user subroutine will be applied.
 
Property Regions() As (Read Only)
Returns the region to which the boundary condition is applied.
Returns:
The region
Property SmoothAmplitude() As
Sets or returns the Smooth Amplitude, given the reference of the Smooth amplitude.
Returns:
The amplitude object.
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"
Property TabularAmplitude() As
Sets or returns the amplitude, given the Tabular amplitude reference.
Returns:
The amplitude object.
Property Type() As (Read Only)
Returns the type of the boundary condition.
Returns:
The type of the boundary condition

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.
iSupport
The CATIA Reference specifying the region to which the boundary condition 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 boundary condition is applied.
iPublication
The CATIA Publication specifying the region to which the boundary condition 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 boundary condition is applied.
iSupport
The CATIA Reference specifying the region to which the boundary condition is applied.

Refer: CATIAReference