f3iacurt

f3iacurt

Class

real/intact/f3iacurt.h

Library

r3ia

Description:

Surfaces to curves interactor

See Also

real/intact/r3iacons.h

Super Class

r3Iaconstructor

R3CLID_IACONSTRUCTOR

JavaScript

r3Iacurvetool

Class Identifier

R3CLID_IACURVETOOL - 681

Methods

Attributes

Curves, PointsPerCurve, OrientationU, OrientationV,

Curves

Attribute

Curves

Identifier

R3IACURTOLA_Curves

JavaScript type

Integer

C type

R3INT

Description

number of curves

Syntax


jsobj.SetCurves(value);
value = jsobj.GetCurves();


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

PointsPerCurve

Attribute

PointsPerCurve

Identifier

R3IACURTOLA_PointsPerCurve

JavaScript type

Integer

C type

R3INT

Description

number of points in each curve

Syntax


jsobj.SetPointsPerCurve(value);
value = jsobj.GetPointsPerCurve();


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

OrientationU

Attribute

OrientationU

Identifier

R3IACURTOLA_OrientationU

JavaScript type

Boolean

C type

R3BOOL

Description

generate u curves

Syntax


jsobj.SetOrientationU(value);
value = jsobj.GetOrientationU();


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

OrientationV

Attribute

OrientationV

Identifier

R3IACURTOLA_OrientationV

JavaScript type

Boolean

C type

R3BOOL

Description

generate v curves

Syntax


jsobj.SetOrientationV(value);
value = jsobj.GetOrientationV();


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