Go to the source code of this file.
|
enum | SOP_BoxEnums::Type {
SOP_BoxEnums::Type::POLY = 0,
SOP_BoxEnums::Type::POLYMESH,
SOP_BoxEnums::Type::MESH,
SOP_BoxEnums::Type::NURBS,
SOP_BoxEnums::Type::BEZIER,
SOP_BoxEnums::Type::POINTS,
SOP_BoxEnums::Type::PRIM
} |
|
enum | SOP_BoxEnums::SurfType {
SOP_BoxEnums::SurfType::ROWS = 0,
SOP_BoxEnums::SurfType::COLS,
SOP_BoxEnums::SurfType::ROWCOL,
SOP_BoxEnums::SurfType::TRIANGLES,
SOP_BoxEnums::SurfType::QUADS,
SOP_BoxEnums::SurfType::ALTTRIANGLES,
SOP_BoxEnums::SurfType::REVTRIANGLES
} |
|