All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

SketcherInterfaces Interface IDMCircle2D

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

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


interface IDMCircle2D

OLE for Design and Modeling 2D Circle Definition.
Role: This interface describes a circle in 2D space. Its single method provides access to the circle's parameters, which fully describe the circle.


Method Index


o GetCircleData(double*,double*)
Returns the circle's parameters.

Methods


o GetCircleData
public virtual HRESULT GetCircleData(double* pCenterPoint,
double* pRadius) = 0
Returns the circle's parameters.
Parameters:
double
*pCenterPoint [out] Outputs the centre of the circle.
double
*pRadius [out] Outputs the radius of the circle.

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

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