r3iawght
real/intact/r3iawght.h
r3ia
Interactive Changing Nurbs Weights
r3Ia2p
R3CLID_IA2P
r3Iaweights
R3CLID_IAWEIGHTS - 112
int R3RegisterIaWeightsClass(R3APP *app);
NearestPoint
NearestPoint
R3IAWA_NearestPoint
Boolean
R3BOOL
true to modify the nearest point, false modifies the selected points
jsobj.SetNearestPoint(value);
R3BOOL value = ...;
R3SetAttrs(r3obj, R3IAWA_NearestPoint, value, R3TAG_END);
Translate
Translate
R3IAWA_Translate
Number
R3FLOAT
weight of the selected vertices is changed by this much
jsobj.SetTranslate(value);
R3FLOAT value = ...;
R3SetAttrs(r3obj, R3IAWA_Translate, value, R3TAG_END);
r3appobj *