PspSpatial (Object)

Represents the Psp Spatial object.
Role: To access Plant Ship spatial object information.

Properties


Property Physicals() As (Read Only)
Returns all physical objects associated to this spatial object.
Example:
 
 Dim objThisIntf As PspSpatial
 Dim objArg1 As CATIAPspListOfObjects
  ...
 Set objArg1 = objThisIntf.Physicals
 

Methods


Sub GetConnectedPhysicals( ispNode, oLPspConnectors, 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