f3iaswee

f3iaswee

Class

real/intact/f3iaswee.h

Library

r3ia

Description:

Interactor for nurbs mesh construction tools

See Also

real/intact/r3iacons.h

Super Class

r3Iaconstructor

R3CLID_IACONSTRUCTOR

JavaScript

r3Iasweep

Class Identifier

R3CLID_IASWEEP - 664

Methods

Attributes

Sweep,

Sweep

Attribute

Sweep

Identifier

R3IASWEEPA_Sweep

JavaScript type

Boolean

C type

R3BOOL

Description

'R3IASWEEPA_Sweep' not documented

Syntax


jsobj.SetSweep(value);
value = jsobj.GetSweep();


R3BOOL value = ...;
R3SetAttrs(r3obj, R3IASWEEPA_Sweep, value, R3TAG_END);
R3BOOL value;
R3GetAttrs(r3obj, R3IASWEEPA_Sweep, &value, R3TAG_END);