A coordinate system.
More...
List of all members.
Public Member Functions |
HRESULT | _GetOrigin ([out]double origin[3]) |
| Retrives the Origin of the Coordinate System.
|
HRESULT | _GetXAxis ([out]double XAxis[3]) |
| Retrives the XAxis of the Coordinate System.
|
HRESULT | _GetYAxis ([out]double YAxis[3]) |
| Retrives the YAxis of the Coordinate System.
|
HRESULT | _GetZAxis ([out]double ZAxis[3]) |
| Retrives the ZAxis of the Coordinate System.
|
Properties |
ISkpPoint3d | Origin [get] |
| Retrives the Origin of the Coordinate System.
|
ISkpVector3d | XAxis [get] |
| Retrives the XAxis of the Coordinate System.
|
ISkpVector3d | YAxis [get] |
| Retrives the YAxis of the Coordinate System.
|
ISkpVector3d | ZAxis [get] |
| Retrives the ZAxis of the Coordinate System.
|
ISkpPlane | Plane [get] |
| Retrives the plane defined by this CoordinateSystem.
|
Detailed Description
A coordinate system.