r3gtypeg
real/gadget/r3gtypeg.h
r3gad
Gadget for selecting geometry types (analytic, nurbs, subdivision)
r3Gadget
R3CLID_GADGET
r3Geometrytypegadget
R3CLID_GEOMETRYTYPEGADGET - 1253
int R3RegisterGeometryTypeGadgetClass(R3APP *app);
Type
Type
R3GEOMETRYTYPEGA_Type
Integer
R3INT
see types below
jsobj.SetType(value);
value = jsobj.GetType();
R3INT value = ...;
R3SetAttrs(r3obj, R3GEOMETRYTYPEGA_Type, value, R3TAG_END);
R3INT value;
R3GetAttrs(r3obj, R3GEOMETRYTYPEGA_Type, &value, R3TAG_END);
NoSubdivisi
NoSubdivisi
R3GEOMETRYTYPEGA_NoSubdivisi
Boolean
R3BOOL
if set does not show Subdivision type
jsobj.SetNoSubdivisi(value);
R3BOOL value = ...;
R3SetAttrs(r3obj, R3GEOMETRYTYPEGA_NoSubdivisionType, value, R3TAG_END);
Values for the R3GEOMETRYTYPEGA_Type tag