Indexes   

ABQGravity (Object)

Represents an Abaqus gravity (ABQGravity) object.
Role: Access an Abaqus gravity load object or determine its properties.

Property Index

UselocalCsys
Sets or returns a boolean indicating whether local coordinate system is used in Gravity load.
comp1
Sets or returns the gravity component in the 1-direction.
comp2
Sets or returns the gravity component in the 2-direction.
comp3
Sets or returns the gravity component in the 3-direction.
localCsys
Sets or returns the local coordinate system of the gravity load.

Method Index

GetLocalCsysFromPublication
Gets the published local coordinate system of the gravity load.
SetLocalCsysFromPublication
Sets the published local coordinate system of the gravity load.

Properties


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

Methods


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

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