All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

PspPhysical (Object)

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


Represents the object to access Plant Ship physical object information.
Role: To access access Plant Ship physical object information.

Method Index

GetFunctional
Returns the Function object.
GetSpatial
Returns the Spatial object.

Methods


o Func GetFunctional() As CATIAPspFunctional
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
 
o Func GetSpatial() As CATIAPspSpatial
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
 

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