r3gtypeg

r3gtypeg

Class

real/gadget/r3gtypeg.h

Library

r3gad

Description:

Gadget for selecting geometry types (analytic, nurbs, subdivision)

See Also

oops/r3gadget.h

Super Class

r3Gadget

R3CLID_GADGET

JavaScript

r3Geometrytypegadget

Class Identifier

R3CLID_GEOMETRYTYPEGADGET - 1253

Methods

Attributes

Type, NoSubdivisi,

Registration

int R3RegisterGeometryTypeGadgetClass(R3APP *app);

Type

Attribute

Type

Identifier

R3GEOMETRYTYPEGA_Type

JavaScript type

Integer

C type

R3INT

Description

see types below

Syntax


jsobj.SetType(value);
value = jsobj.GetType();


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

NoSubdivisi

Attribute

NoSubdivisi

Identifier

R3GEOMETRYTYPEGA_NoSubdivisi

JavaScript type

Boolean

C type

R3BOOL

Description

if set does not show Subdivision type

Syntax


jsobj.SetNoSubdivisi(value);


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

Values for the R3GEOMETRYTYPEGA_Type tag

R3GEOMETRYTYPE_ANALYTIC
R3GEOMETRYTYPE_NURBS
R3GEOMETRYTYPE_SUBDIVISION