All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

MeasureGeometryInterfaces Interface CATIMeasurableSphere

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---MeasureGeometryInterfaces.CATIMeasurable
        |
        +---MeasureGeometryInterfaces.CATIMeasurableSurface
          |
          +---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 HRESULT GetCenter(CATMathPoint& ioPoint) const=0
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 HRESULT GetRadius(double& oRadius) const=0
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

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