All Frameworks Class Hierarchy This Framework Previous Next Indexes
SketcherInterfaces Interface CATI2DAxis
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATI2DAxis
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATI2DAxis
Method Index
- o
Get2DAxisData(double*,double*,double*)
-
- o
GetHDirection()
-
- o
GetOriginPoint()
-
- o
GetVDirection()
-
- o
Set2DAxisData(double*,double*,double*)
-
Methods
o Get2DAxisData
public virtual HRESULT Get2DAxisData( | double* | pRootPoint, |
| double* | pHAxis, |
| double* | pVAxis) = 0 |
-
o GetHDirection
-
o GetOriginPoint
-
o GetVDirection
-
o Set2DAxisData
public virtual HRESULT Set2DAxisData( | const double* | pRootPoint, |
| const double* | pHAxis, |
| const double* | pVAxis) = 0 |
-
This object is included in the file: CATI2DAxis.h
If needed, your Imakefile.mk should include the module: CATSketcherInterfaces