Indexes   

ABQBoundaryCondition (Object)

Represents the base interface for Abaqus boundary condition objects.
Role: The ABQBoundaryCondition interface manages the common properties of any boundary condition.

Property Index

ActivationStatus
Sets or Returns a boolean indicating whether the boundary condition is activated.
Regions
Returns the region to which the boundary condition is applied.
Status
Returns the propagating status of the boundary condition.
Type
Returns the type of the boundary condition.

Method Index

AddSupportFromProduct
Creates a new support and adds it to the description of the Analysis Entity.
AddSupportFromPublication
Creates a new support and adds it to the description of the Analysis Entity.
AddSupportFromReference
Creates a new support and adds it to the description of the Analysis Entity.

Properties


o Property ActivationStatus() As
Sets or Returns a boolean indicating whether the boundary condition is activated.
Returns:
The activation status.
 
o Property Regions() As (Read Only)
Returns the region to which the boundary condition is applied.
Returns:
The region
o 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"
o Property Type() As (Read Only)
Returns the type of the boundary condition.
Returns:
The type of the boundary condition

Methods


o 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
o 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
o 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

Copyright © 2006, Dassault Systèmes. All rights reserved.