f3iarota

f3iarota

Class

real/intact/f3iarota.h

Library

r3ia

Description:

Interactor for nurbs mesh 'rotate' construction tools

See Also

real/intact/r3iacons.h

Super Class

r3Iaconstructor

R3CLID_IACONSTRUCTOR

JavaScript

r3Iarotateconstructor

Class Identifier

R3CLID_IAROTATECONSTRUCTOR - 670

Methods

Attributes

CountU, OrderU,

CountU

Attribute

CountU

Identifier

R3IAROTCONSTRA_CountU

JavaScript type

Integer

C type

R3INT

Description

number of curves in 'u' direction

Syntax


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

Attribute

OrderU

Identifier

R3IAROTCONSTRA_OrderU

JavaScript type

Integer

C type

R3INT

Description

order of the mesh in 'u' direction

Syntax


jsobj.SetOrderU(value);
value = jsobj.GetOrderU();


R3INT value = ...;
R3SetAttrs(r3obj, R3IAROTCONSTRA_OrderU, value, R3TAG_END);
R3INT value;
R3GetAttrs(r3obj, R3IAROTCONSTRA_OrderU, &value, R3TAG_END);