All Frameworks Class Hierarchy This Framework Indexes
MeasureGeometryInterfaces Interface CATIMeasurableSphere
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIMeasurableSphere
Get measurements on a sphere.
Method Index
- o
GetCenter(CATMathPoint&)
- Get the position of the center of the sphere.
- o
GetRadius(double&)
- Get the radius of the sphere.
Methods
o GetCenter
| public virtual GetCenter( | | ioPoint) |
-
Get the position of the center of the sphere.
- Parameters:
-
- ioPoint
- The position with respect to absolute axis system.
- Returns:
- HRESULT
o GetRadius
| public virtual GetRadius( | | oRadius) |
-
Get the radius of the sphere.
- Parameters:
-
- oARadius
- The radius.
- Returns:
- HRESULT
This object is included in the file: CATIMeasurableSphere.h
If needed, your Imakefile.mk should include the module: CATMeasureGeometryInterfaces