pycatia.cat_plant_ship_interfaces.psp_physical

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.cat_plant_ship_interfaces.psp_physical.PSPPhysical(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
PspPhysical

Represents the object to access Plant Ship physical object
information.
Role: To access access Plant Ship physical object information.
get_functional() PSPFunctional

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetFunctional() As PspFunctional

Returns the Function object.

Returns:
Functional object associated with the physical object

Example:

Dim objThisIntf As PspPhysical
Dim objArg1 As PspFunctional
Set objArg1 = objThisIntf.GetFunctional
Return type:

PSPFunctional

get_spatial() PSPSpatial

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetSpatial() As PspSpatial

Returns the Spatial object.

Returns:
Spatial object associated with the physical object

Example:

Dim objThisIntf As PspPhysical
Dim objArg1 As PspSpatial
Set objArg1 = objThisIntf.GetSpatial
Return type:

PSPSpatial