MeasureGeometryInterfaces Interface 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 GetDirection( oVector)
Get the direction of the line.
Parameters:
ioDirection
The direction with respect to absolute axis system.
Returns:
HRESULT
o GetOrigin
public virtual GetOrigin( ioOrigin)
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 © 1999-2014, Dassault Systèmes. All rights reserved.