f3iarota
real/intact/f3iarota.h
r3ia
Interactor for nurbs mesh 'rotate' construction tools
r3Iaconstructor
R3CLID_IACONSTRUCTOR
r3Iarotateconstructor
R3CLID_IAROTATECONSTRUCTOR - 670
CountU
CountU
R3IAROTCONSTRA_CountU
Integer
R3INT
number of curves in 'u' direction
jsobj.SetCountU(value);
value = jsobj.GetCountU();
R3INT value = ...;
R3SetAttrs(r3obj, R3IAROTCONSTRA_CountU, value, R3TAG_END);
R3INT value;
R3GetAttrs(r3obj, R3IAROTCONSTRA_CountU, &value, R3TAG_END);
OrderU
OrderU
R3IAROTCONSTRA_OrderU
Integer
R3INT
order of the mesh in 'u' direction
jsobj.SetOrderU(value);
value = jsobj.GetOrderU();
R3INT value = ...;
R3SetAttrs(r3obj, R3IAROTCONSTRA_OrderU, value, R3TAG_END);
R3INT value;
R3GetAttrs(r3obj, R3IAROTCONSTRA_OrderU, &value, R3TAG_END);