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. dd>
- Property localCsys() As
-
Sets or returns the local coordinate system of the boundary condition's degrees of freedom.
- Returns:
- The local coordinate system.
dd>
- Property u1() As
-
Sets or returns the first translational component.
- Returns:
- The first translational component. dd>
- Property u2() As
-
Sets or returns the second translational component.
- Returns:
- The second translational component.
dd>
- Property u3() As
-
Sets or returns the third translational component.
- Returns:
- The third translational component.
dd>
- Property ur1() As
-
Sets or returns the first rotational component.
- Returns:
- The second rotational component.
dd>
- Property ur2() As
-
Sets or returns the second rotational component.
- Returns:
- The second rotational component.
dd>
- Property ur3() As
-
Sets or returns the third rotational component.
- Returns:
- The third rotational component.
dd>
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.
dd> - oFlag
- DOF activation status true or false.
dd>
- 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.
dd> - oPubAxisSystem
- The CATIA Axis system.
Refer: CATIAAxisSystem dd>
- 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), dd>
- 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.
dd> - iFlag
- DOF activation status true or false.
dd>
- 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. dd>
- Parameters:
-
- iProduct
- The CATIA Product specifying the local coordinate system publication.
dd> - iPublication
- The CATIA Publication on the axis system.
Refer: CATIAPublication dd>
- 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), dd>