r3iasube
real/intact/r3iasube.h
r3ia
Interactor for subdivision bevel tool
r3Iasdsbase
R3CLID_IASDSBASE
r3Iasubdivbevel
R3CLID_IASUBDIVBEVEL - 1256
int R3RegisterIaSubdivisionBevelClass(R3APP *app);
Action
Action
R3IASUBDIVBEVELA_Action
Integer
R3INT
'R3IASUBDIVBEVELA_Action' not documented
jsobj.SetAction(value);
value = jsobj.GetAction();
R3INT value = ...;
R3SetAttrs(r3obj, R3IASUBDIVBEVELA_Action, value, R3TAG_END);
R3INT value;
R3GetAttrs(r3obj, R3IASUBDIVBEVELA_Action, &value, R3TAG_END);
Bevel
Bevel
R3IASUBDIVBEVELA_Bevel
Number
R3FLOAT
'R3IASUBDIVBEVELA_Bevel' not documented
jsobj.SetBevel(value);
value = jsobj.GetBevel();
R3FLOAT value = ...;
R3SetAttrs(r3obj, R3IASUBDIVBEVELA_Bevel, value, R3TAG_END);
R3FLOAT value;
R3GetAttrs(r3obj, R3IASUBDIVBEVELA_Bevel, &value, R3TAG_END);
r3appobj *