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 } |
|
strong |
Enumerator | |
---|---|
CLOSED | |
OPENARC | |
CLOSEDARC | |
SLICEDARC |
Definition at line 40 of file SOP_Circle.proto.h.
|
strong |
Enumerator | |
---|---|
XY | |
YZ | |
ZX |
Definition at line 34 of file SOP_Circle.proto.h.
|
strong |
Enumerator | |
---|---|
PRIM | |
POLY | |
NURBS | |
BEZIER |
Definition at line 27 of file SOP_Circle.proto.h.