All Frameworks  Object Hierarchy  This Framework  Indexes   

PspPhysical (Object)

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
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
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.