pycatia.cat_plant_ship_interfaces.psp_spatial

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_spatial.PSPSpatial(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
PspSpatial

Represents the Psp Spatial object.
Role: To access Plant Ship spatial object information.
get_connected_physicals(isp_node: AnyObject, o_l_psp_connectors: PSPListOfObjects, o_l_psp_physicals: PSPListOfObjects) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub GetConnectedPhysicals(AnyObject ispNode,
PspListOfObjects oLPspConnectors,
PspListOfObjects oLPspPhysicals)

Return all physical objects associated to this extremity
nodes

Example:

Dim objThisIntf As PspSpatial
Dim objArg1 As CATIABase
Dim objArg2 As CATIAPspListOfObjects
Dim objArg3 As CATIAPspListOfObjects
Set objArg1 = objThisIntf
Set objArg1 = oLPspConnectors
Set objArg1 = oLPspPhysicals GetConnectedPhysicals
Parameters:
Return type:

None

property physicals: PSPListOfObjects

Note

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

Returns all physical objects associated to this spatial
object.

Example:

Dim objThisIntf As PspSpatial
Dim objArg1 As CATIAPspListOfObjects
Set objArg1 = objThisIntf.Physicals
Return type:

PSPListOfObjects