All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

GSMInterfaces Interface CATIGSMPlaneOffsetPt

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

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


interface CATIGSMPlaneOffsetPt

Interface to offset plane feature with point reference.
Role: Allows you to access data of the plane feature parallel to another plane and passing through a Point.

See also:
CATIGSMFactory.CreatePlaneOffsetPt


Method Index


o GetReferencePlane(CATISpecObject_var&)
Gets the reference plane.
o GetReferencePoint(CATISpecObject_var&)
Gets the reference point.
o SetReferencePlane(CATISpecObject_var)
Sets the reference plane.
o SetReferencePoint(CATISpecObject_var)
Sets the reference point.

Methods


o GetReferencePlane
public virtual HRESULT GetReferencePlane(CATISpecObject_var& oSupport) = 0
Gets the reference plane.
Parameters:
oSupport
reference Plane
o GetReferencePoint
public virtual HRESULT GetReferencePoint(CATISpecObject_var& oReferencePoint) = 0
Gets the reference point.
Parameters:
oReferencePoint
reference point
o SetReferencePlane
public virtual HRESULT SetReferencePlane( const CATISpecObject_var iSupport) = 0
Sets the reference plane.
Parameters:
iSupport
reference plane
o SetReferencePoint
public virtual HRESULT SetReferencePoint( const CATISpecObject_var iReferencePoint) = 0
Sets the reference point.
Parameters:
iReferencePoint
reference point

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

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