MeasureGeometryInterfaces Interface 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 GetAngle( | | oAngle) |
-
Get the angle of the arc.
- Parameters:
-
- oAngle
- The angle of the arc.
- Returns:
- HRESULT
o GetAxis
public virtual GetAxis( | | ioVector) |
-
Get the axis vector of the circle.
- Parameters:
-
- ioVector
- The axis vector with respect to absolute axis system.
- Returns:
- HRESULT
o GetCenter
public virtual GetCenter( | | ioPoint) |
-
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 GetRadius( | | oRadius) |
-
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 © 1999-2014, Dassault Systèmes. All rights reserved.