ABQDisplacementBC (Object)

Represents an Abaqus displacement boundary condition (ABQDisplacementBC) object.
Role: Access an Abaqus displacement boundary condition object or determine its properties.

Properties


Property UselocalCsys() As
Sets or returns a boolean indicating whether local coordinate system is used in Displacement BC
Returns:
boolean specifying whether local csys is active.
Property localCsys() As
Sets or returns the local coordinate system of the boundary condition's degrees of freedom.
Returns:
The local coordinate system.
 
Property u1() As
Sets or returns the first translational component.
Returns:
The first translational component.
Property u2() As
Sets or returns the second translational component.
Returns:
The second translational component.
 
Property u3() As
Sets or returns the third translational component.
Returns:
The third translational component.
 
Property ur1() As
Sets or returns the first rotational component.
Returns:
The second rotational component.
 
Property ur2() As
Sets or returns the second rotational component.
Returns:
The second rotational component.
 
Property ur3() As
Sets or returns the third rotational component.
Returns:
The third rotational component.
 

Methods


Sub GetDOFActivation( iDOF, oFlag)
Gets the activation of a DOF for Displacement BC
Parameters:
iDOF
The DOF number from 1 to 6, in order U1 = 1,...., UR3 = 6.
oFlag
DOF activation status true or false.
Sub GetLocalCsysFromPublication( oProduct, oPubAxisSystem)
Gets the published local coordinate system of the Displacement BC.
Parameters:
oProduct
The CATIA Product specifying the local coordinate system publication.
oPubAxisSystem
The CATIA Axis system.

Refer: CATIAAxisSystem
Func GetUseCoordinateSystemType() As
Get the user coordinate system type.
Parameters:
oCsystemType
e.g. ABQ_CARTESIAN (for Cartesian coordinate system), ABQ_CYLINDRICAL (for Cylindrical coordinate system), ABQ_SPHERICAL (for Spherical coordinate system),
Sub SetDOFActivation( iDOF, iFlag)
Sets the activation of a DOF for Displacement BC
Parameters:
iDOF
The DOF number from 1 to 6, in order U1 = 1,...., UR3 = 6.
iFlag
DOF activation status true or false.
Sub SetLocalCsysFromPublication( iProduct, iPubAxisSystem)
Sets the published local coordinate system of the Displacement BC.
Returns:
Fails if the publication is not on the axis system.
Parameters:
iProduct
The CATIA Product specifying the local coordinate system publication.
iPublication
The CATIA Publication on the axis system.

Refer: CATIAPublication
Sub SetUseCoordinateSystemType( iCsystemType)
Set the user coordinate system type.
Parameters:
iCsystemType
e.g. ABQ_CARTESIAN (for Cartesian coordinate system), ABQ_CYLINDRICAL (for Cylindrical coordinate system), ABQ_SPHERICAL (for Spherical coordinate system),