All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

MeasureGeometryInterfaces Interface CATIMeasurableCircle

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---MeasureGeometryInterfaces.CATIMeasurable
        |
        +---MeasureGeometryInterfaces.CATIMeasurableCurve
          |
          +---CATIMeasurableCircle
 

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


interface CATIMeasurableCircle

Get measurements on a circle.


Method Index


o GetAngle(double&)
Get the angle of the arc.
o GetAxis(CATMathVector&)
Get the axis vector of the circle.
o GetCenter(CATMathPoint&)
Get the position of the center of the circle.
o GetRadius(double&)
Get the radius of the circle.

Methods


o GetAngle
public virtual HRESULT GetAngle(double& oAngle) const=0
Get the angle of the arc.
Parameters:
oAngle
The angle of the arc.
Returns:
HRESULT
o GetAxis
public virtual HRESULT GetAxis(CATMathVector& ioVector) const=0
Get the axis vector of the circle.
Parameters:
ioVector
The axis vector with respect to absolute axis system.
Returns:
HRESULT
o GetCenter
public virtual HRESULT GetCenter(CATMathPoint& ioPoint) const=0
Get the position of the center of the circle.
Parameters:
ioPoint
The position with respect to absolute axis system.
Returns:
HRESULT
o GetRadius
public virtual HRESULT GetRadius(double& oRadius) const=0
Get the radius of the circle.
Parameters:
oARadius
The radius.
Returns:
HRESULT

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

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