f3ianurb

f3ianurb

Class

real/intact/f3ianurb.h

Library

r3ia

Description:

Interactor which converts selected objects to nurbs meshes

See Also

real/intact/r3iacons.h

Super Class

r3Iaconstructor

R3CLID_IACONSTRUCTOR

JavaScript

r3Ianurbsconverter

Class Identifier

R3CLID_IANURBSCONVERTER - 1101

Methods

Attributes

DensityU, DensityV,

DensityU

Attribute

DensityU

Identifier

R3IANURBSCONVERTERA_DensityU

JavaScript type

Integer

C type

R3INT

Description

Syntax


jsobj.SetDensityU(value);
value = jsobj.GetDensityU();


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

DensityV

Attribute

DensityV

Identifier

R3IANURBSCONVERTERA_DensityV

JavaScript type

Integer

C type

R3INT

Description

number of patches per complexity unit

Syntax


jsobj.SetDensityV(value);
value = jsobj.GetDensityV();


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