ABQGravity (Object)

Represents an Abaqus gravity (ABQGravity) object.
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.
Property comp1() As
Sets or returns the gravity component in the 1-direction.
Returns:
The gravity component in the 1-direction.
 
Property comp2() As
Sets or returns the gravity component in the 2-direction.
Returns:
The gravity component in the 2-direction.
 
Property comp3() As
Sets or returns the gravity component in the 3-direction.
Returns:
The gravity component in the 3-direction.
 
Property localCsys() As
Sets or returns the local coordinate system of the gravity load.
Returns:
The local coordinate system.
 

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.
oPubAxisSystem
The CATIA Axis system.

Refer: CATIAAxisSystem
Sub SetLocalCsysFromPublication( iProduct, iPubAxisSystem)
Sets the published local coordinate system of the gravity load.
Returns:
Fails if the publication is not an axis system.
Parameters:
iProduct
The CATIA Product specifying the local coordinate system publication.
iPublication
The CATIA Publication on the axis system.

Refer: CATIAPublication