All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

GSMInterfaces Interface CATIGSMPlaneOffset

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIGSMPlaneOffset
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIGSMPlaneOffset

Interface to offset plane feature.
Role: Allows you to access data of the plane feature created with an offset to another plane.

See also:
CATIGSMFactory.CreatePlaneOffsetPt


Method Index


o GetOffset(CATICkeParm_var&)
Gets the offset value.
o GetReferencePlane(CATISpecObject_var&)
Gets the reference plane.
o SetOffset(CATICkeParm_var)
Sets the offset value.
o SetReferencePlane(CATISpecObject_var)
Sets the reference plane.

Methods


o GetOffset
public virtual HRESULT GetOffset(CATICkeParm_var& oOffset) = 0
Gets the offset value.
Parameters:
oOffset
offset value
o GetReferencePlane
public virtual HRESULT GetReferencePlane(CATISpecObject_var& oSupport) = 0
Gets the reference plane.
Parameters:
oSupport
reference Plane
o SetOffset
public virtual HRESULT SetOffset( const CATICkeParm_var iOffset) = 0
Sets the offset value.
Parameters:
iOffset
offset value
o SetReferencePlane
public virtual HRESULT SetReferencePlane( const CATISpecObject_var iSupport) = 0
Sets the reference plane.
Parameters:
iSupport
reference Plane

This object is included in the file: CATIGSMPlaneOffset.h
If needed, your Imakefile.mk should include the module: CATGitInterfaces

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