|
HDK
|
Enumerations | |
| enum | Type { Type::PRIM = 0, Type::POLY, Type::NURBS, Type::BEZIER } |
| enum | Orient { Orient::XY = 0, Orient::YZ, Orient::ZX } |
| enum | Arc { Arc::CLOSED = 0, Arc::OPENARC, Arc::CLOSEDARC, Arc::SLICEDARC } |
Functions | |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Type enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Orient enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Arc enum_value) |
|
strong |
| Enumerator | |
|---|---|
| CLOSED | |
| OPENARC | |
| CLOSEDARC | |
| SLICEDARC | |
Definition at line 65 of file SOP_Circle.proto.h.
|
strong |
| Enumerator | |
|---|---|
| XY | |
| YZ | |
| ZX | |
Definition at line 46 of file SOP_Circle.proto.h.
|
strong |
| Enumerator | |
|---|---|
| PRIM | |
| POLY | |
| NURBS | |
| BEZIER | |
Definition at line 25 of file SOP_Circle.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_CircleEnums::getToken | ( | Type | enum_value | ) |
Definition at line 34 of file SOP_Circle.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_CircleEnums::getToken | ( | Orient | enum_value | ) |
Definition at line 54 of file SOP_Circle.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_CircleEnums::getToken | ( | Arc | enum_value | ) |
Definition at line 74 of file SOP_Circle.proto.h.