r3iawght

r3iawght

Class

real/intact/r3iawght.h

Library

r3ia

Description:

Interactive Changing Nurbs Weights

See Also

real/intact/r3ia2p.h

Super Class

r3Ia2p

R3CLID_IA2P

JavaScript

r3Iaweights

Class Identifier

R3CLID_IAWEIGHTS - 112

Methods

Attributes

NearestPoint, Translate,

Registration

int R3RegisterIaWeightsClass(R3APP *app);

NearestPoint

Attribute

NearestPoint

Identifier

R3IAWA_NearestPoint

JavaScript type

Boolean

C type

R3BOOL

Description

true to modify the nearest point, false modifies the selected points

Syntax


jsobj.SetNearestPoint(value);


R3BOOL value = ...;
R3SetAttrs(r3obj, R3IAWA_NearestPoint, value, R3TAG_END);

Translate

Attribute

Translate

Identifier

R3IAWA_Translate

JavaScript type

Number

C type

R3FLOAT

Description

weight of the selected vertices is changed by this much

Syntax


jsobj.SetTranslate(value);


R3FLOAT value = ...;
R3SetAttrs(r3obj, R3IAWA_Translate, value, R3TAG_END);


r3appobj *