|
SRM Reference Manual
Types SRM_ORMT_Code |
|---|
/*! * REGISTERABLE ENUM: SRM_ORMT_Code * * ORM Template Codes */ typedef SRM_Integer SRM_ORMT_Code;
| Enumerant | Definition | Value |
|---|---|---|
| SRM_ORMT_UNDEFINED | Undefined. |
0 |
| SRM_ORMT_BI_AXIS_ORIGIN_2D | x- and y-axes determined by directed perpendicular lines passing through the origin |
1 |
| SRM_ORMT_SPHERE | Sphere with designated directional axis and xz-plane |
2 |
| SRM_ORMT_OBLATE_ELLIPSOID | Oblate ellipsoid with designated minor axis direction and xz-plane |
3 |
| SRM_ORMT_PROLATE_ELLIPSOID | Prolate ellipsoid with designated minor axis direction and xz-plane |
4 |
| SRM_ORMT_TRI_AXIAL_ELLIPSOID | Tri-axial ellipsoid with designated z-axis direction and xz-plane |
5 |
| SRM_ORMT_BI_AXIS_ORIGIN_3D | x- and y-axes determined by directed perpendicular lines passing through the origin |
6 |
| SRM_ORMT_TRI_PLANE | Origin determined by the intersection of all three planes |
7 |
|