pycatia.abq_automation_interfaces.abq_gravity

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.abq_automation_interfaces.abq_gravity.ABQGravity(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
ABQAutomationItf.ABQLoad
ABQGravity

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

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property comp1() As double

Sets or returns the gravity component in the 1-direction.

Returns:
The gravity component in the 1-direction.
Return type:

float

property comp2: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property comp2() As double

Sets or returns the gravity component in the 2-direction.

Returns:
The gravity component in the 2-direction.
Return type:

float

property comp3: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property comp3() As double

Sets or returns the gravity component in the 3-direction.

Returns:
The gravity component in the 3-direction.
Return type:

float

get_local_csys_from_publication(o_product: Product, o_pub_axis_system: AxisSystem) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub GetLocalCsysFromPublication(Product oProduct,
AxisSystem 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
Parameters:
Return type:

None

property local_csys: AxisSystem

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property localCsys() As AxisSystem

Sets or returns the local coordinate system of the gravity
load.

Returns:
The local coordinate system.
Return type:

AxisSystem

set_local_csys_from_publication(i_product: Product, i_pub_axis_system: Publication) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetLocalCsysFromPublication(Product iProduct,
Publication 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
Parameters:
Return type:

None

property use_local_csys: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property UselocalCsys() As boolean

Sets or returns a boolean indicating whether local coordinate system is
used in Gravity load.

Returns:
boolean specifying whether local csys is active.
Return type:

bool