pycatia.smt_interfaces.free_space

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.smt_interfaces.free_space.FreeSpace(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
FreeSpace

Interface to access a CATIAFreeSpace
get_gravity_center(o_gravity_center_coordinates_array: tuple) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub GetGravityCenter(CATSafeArrayVariant
oGravityCenterCoordinatesArray)

Returns the gravity center.
Parameters:

o_gravity_center_coordinates_array (tuple) –

Return type:

None

property volume: float

Note

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

Returns the volume.
Return type:

float