All Frameworks  Class Hierarchy  This Framework  Next  Indexes

SketcherInterfaces Interface CATI2DArc

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

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


interface CATI2DArc



Method Index


o GetSupportCurve(IID&,CATBaseUnknown**)
This method returns the Curve on which the Arc is lying.
o SetSupportCurve(CATBaseUnknown*)
This method changes the Curve on which the Arc is lying.

Methods


o GetSupportCurve
public virtual HRESULT GetSupportCurve( const IID& iIID,
CATBaseUnknown** oCurve) = 0
This method returns the Curve on which the Arc is lying.
Parameters:
iIID
[in] Interface identifier for which a pointer is requested.
oCurve
[out] Pointer to the support Curve.
o SetSupportCurve
public virtual HRESULT SetSupportCurve(CATBaseUnknown* iCurve) = 0
This method changes the Curve on which the Arc is lying.
Parameters:
iCurve
[in] Pointer to the new support Curve.

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

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