CoorSys
Object for a coordinate system.
|
|
|
|
FUNC |
COM |
SF |
---|---|---|---|---|---|---|
StoreCurrent |
Saves the active coordinate system. |
void StoreCurrent ( ) |
|
1212.1 |
1212.1 |
+ |
SetCurrent |
Sets the active coordinate system. |
void SetCurrent ( ) |
|
1212.2 |
- |
- |
Clear |
Empties ("Clears") the object |
void Clear ( ) |
|
1212.2 |
- |
- |
Empty |
Is the object assigned? |
bool empty |
|
1212.2 |
- |
- |
GetErrorState |
When the coordinate system is assigned via a selection object, but the entries do not define a coordinate system (e.g. collinear points), you get an error status via this function. |
int GetErrorState |
0 = no error |
1212.2 |
- |
- |
ConvertToLocal |
Converts one point (global coordinates) into local. |
void ConvertToLocal (Point3D pGlobal, Point3D& pLocal) |
|
1212.1 |
1212.1 |
+ |
ConvertToGlobal |
Converts one point (local coordinates) into global. |
void ConvertToGlobal (Point3D pLocal, Point3D& pGlobal) |
|
1212.1 |
1212.1 |
+ |
GetOrigin |
Provides the origin of the coordinate system. |
void GetOrigin (Point3& p) |
|
1212.1 |
1212.1 |
+ |
GetX |
Provides the vector in X-direction. |
void GetX (Point3& p) |
|
1212.1 |
1212.1 |
+ |
GetY |
Provides the vector in Y-direction. |
void GetY (Point3& p) |
|
1212.1 |
1212.1 |
+ |
GetZ |
Provides the vector in Z-direction. |
void GetZ (Point3& p) |
|
1212.1 |
1212.1 |
+ |