All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATI2DParabola
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATI2DParabola
2D Parabola Definition.
Role: This interface describes a parabola in 2D space. Its methods
provide access to the parabola's parameters, which fully describe the parabola.
| public virtual HRESULT GetParabolaData( | double* | oPoint, |
| double* | oAxis, | |
| double* | oFocalDistance) = 0 |
| public virtual HRESULT SetParabolaData( | const double* | iPoint, |
| const double* | iAxis, | |
| double | iFocalDistance) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.