HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_GridEnums Namespace Reference

Enumerations

enum  Type {
  Type::POLY = 0, Type::MESH, Type::NURBS, Type::BEZIER,
  Type::POINTS, Type::POLYSOUP
}
 
enum  Surftype {
  Surftype::ROWS = 0, Surftype::COLS, Surftype::ROWCOL, Surftype::TRIANGLES,
  Surftype::QUADS, Surftype::ALTTRIANGLES, Surftype::REVTRIANGLES
}
 
enum  Orient { Orient::XY = 0, Orient::YZ, Orient::ZX }
 

Enumeration Type Documentation

enum SOP_GridEnums::Orient
strong
Enumerator
XY 
YZ 
ZX 

Definition at line 44 of file SOP_Grid.proto.h.

Enumerator
ROWS 
COLS 
ROWCOL 
TRIANGLES 
QUADS 
ALTTRIANGLES 
REVTRIANGLES 

Definition at line 34 of file SOP_Grid.proto.h.

enum SOP_GridEnums::Type
strong
Enumerator
POLY 
MESH 
NURBS 
BEZIER 
POINTS 
POLYSOUP 

Definition at line 25 of file SOP_Grid.proto.h.