Role: Access an Abaqus gravity load object or determine its properties.
Properties
- Property UselocalCsys() As
-
Sets or returns a boolean indicating whether local coordinate system
is used in Gravity load.
- Returns:
- boolean specifying whether local csys is active. dd>
- Property comp1() As
-
Sets or returns the gravity component in the 1-direction.
- Returns:
- The gravity component in the 1-direction.
dd>
- Property comp2() As
-
Sets or returns the gravity component in the 2-direction.
- Returns:
- The gravity component in the 2-direction.
dd>
- Property comp3() As
-
Sets or returns the gravity component in the 3-direction.
- Returns:
- The gravity component in the 3-direction.
dd>
- Property localCsys() As
-
Sets or returns the local coordinate system of the gravity load.
- Returns:
- The local coordinate system.
dd>
Methods
- Sub GetLocalCsysFromPublication( oProduct, oPubAxisSystem)
-
Gets the published local coordinate system of the gravity load.
- Parameters:
-
- oProduct
- The CATIA Product specifying the local coordinate system publication.
dd> - oPubAxisSystem
- The CATIA Axis system.
Refer: CATIAAxisSystem dd>
- Sub SetLocalCsysFromPublication( iProduct, iPubAxisSystem)
-
Sets the published local coordinate system of the gravity load.
- Returns:
- Fails if the publication is not an 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>