All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

MeasureGeometryInterfaces Interface CATIMeasurablePoint

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---MeasureGeometryInterfaces.CATIMeasurable
        |
        +---CATIMeasurablePoint
 

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


interface CATIMeasurablePoint

Get measurements on a point.


Method Index


o GetPoint(CATMathPoint&)
Get the position of the point.

Methods


o GetPoint
public virtual HRESULT GetPoint(CATMathPoint& ioPoint) const=0
Get the position of the point.
Parameters:
ioPoint
The position with respect to absolute axis system.
Returns:
HRESULT

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

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