CATSketcherUseItf Interface 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 GetCircleData( pCenterPoint,
pRadius)
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: CATSketcherUseItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.