All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

PspSpatial (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---PspSpatial
 


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

Property Index

Physicals
Returns all physical objects associated to this spatial object.

Properties


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

Copyright © 2003, Dassault Systèmes. All rights reserved.