All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---MeasureGeometryInterfaces.CATIMeasurable
|
+---CATIMeasurableCurve
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIMeasurableCurve
Get measurements on a curve.
| public virtual HRESULT GetCOG( | CATMathPoint& | ioPoint) const=0 |
| public virtual HRESULT GetLength( | double& | oLength) const=0 |
| public virtual HRESULT GetPoints( | CATMathPoint& | ioStartPoint, |
| CATMathPoint& | ioMidPoint, | |
| CATMathPoint& | ioEndPoint) const=0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.