All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

GSMInterfaces Interface CATIGSMPlane1Curve

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

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


interface CATIGSMPlane1Curve

Interface to plane through a curve feature.
Role: Allows you to access data of the plane feature passing though a planar curve.

See also:
CATIGSMFactory.CreatePlane


Method Index


o GetPlanarCurve(CATISpecObject_var&)
Gets the planar curve.
o SetPlanarCurve(CATISpecObject_var)
Sets the planar curve.

Methods


o GetPlanarCurve
public virtual HRESULT GetPlanarCurve(CATISpecObject_var& oCurve) = 0
Gets the planar curve.
Parameters:
oCurve
curve
o SetPlanarCurve
public virtual HRESULT SetPlanarCurve( const CATISpecObject_var iCurve) = 0
Sets the planar curve.
Parameters:
iCurve
curve

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

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