All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

MeasureGeometryInterfaces Interface CATIMeasurableLine

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

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


interface CATIMeasurableLine

Get measurements on a line.


Method Index


o GetDirection(CATMathVector&)
Get the direction of the line.
o GetOrigin(CATMathPoint&)
Get the position of the origin of the line.

Methods


o GetDirection
public virtual HRESULT GetDirection(CATMathVector& oVector) const=0
Get the direction of the line.
Parameters:
ioDirection
The direction with respect to absolute axis system.
Returns:
HRESULT
o GetOrigin
public virtual HRESULT GetOrigin(CATMathPoint& ioOrigin) const=0
Get the position of the origin of the line.
Parameters:
ioOrigin
The position with respect to absolute axis system.
Returns:
HRESULT

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

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