r3iauv

r3iauv

Class

real/intact/r3iauv.h

Library

r3ia

Description:

Evaluate material properties to pointwise properties

See Also

real/intact/r3iacons.h

See Also

real/code/r3ttag.h

Super Class

r3Iaconstructor

R3CLID_IACONSTRUCTOR

JavaScript

r3Iauv

Class Identifier

R3CLID_IAUV - 1338

Methods

Attributes

SelectMode, MapPropertyId, PointPropertyId, PointPropertyName, MapPropertyName, MaterialName,

SelectMode

Attribute

SelectMode

Identifier

R3IAUVA_SelectMode

JavaScript type

Integer

C type

R3INT

Description

see select modes below

Syntax


jsobj.SetSelectMode(value);
value = jsobj.GetSelectMode();


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

MapPropertyId

Attribute

MapPropertyId

Identifier

R3IAUVA_MapPropertyId

JavaScript type

Integer

C type

int

Description

material property to be evaluated

Syntax


jsobj.SetMapPropertyId(value);
value = jsobj.GetMapPropertyId();


int value = ...;
R3SetAttrs(r3obj, R3IAUVA_MapPropertyId, value, R3TAG_END);
int value;
R3GetAttrs(r3obj, R3IAUVA_MapPropertyId, &value, R3TAG_END);

PointPropertyId

Attribute

PointPropertyId

Identifier

R3IAUVA_PointPropertyId

JavaScript type

Integer

C type

int

Description

pointwise property to be set

Syntax


jsobj.SetPointPropertyId(value);
value = jsobj.GetPointPropertyId();


int value = ...;
R3SetAttrs(r3obj, R3IAUVA_PointPropertyId, value, R3TAG_END);
int value;
R3GetAttrs(r3obj, R3IAUVA_PointPropertyId, &value, R3TAG_END);

PointPropertyName

Attribute

PointPropertyName

Identifier

R3IAUVA_PointPropertyName

JavaScript type

String

C type

char*

Description

channel name if dynamic channel

Syntax


jsobj.SetPointPropertyName(value);


char* value = ...;
R3SetAttrs(r3obj, R3IAUVA_PointPropertyName, value, R3TAG_END);

MapPropertyName

Attribute

MapPropertyName

Identifier

R3IAUVA_MapPropertyName

JavaScript type

String

C type

char*

Description

name of the channel to be evaluated

Syntax


jsobj.SetMapPropertyName(value);


char* value = ...;
R3SetAttrs(r3obj, R3IAUVA_MapPropertyName, value, R3TAG_END);

MaterialName

Attribute

MaterialName

Identifier

R3IAUVA_MaterialName

JavaScript type

String

C type

char*

Description

face material

Syntax


jsobj.SetMaterialName(value);
value = jsobj.GetMaterialName();


char* value = ...;
R3SetAttrs(r3obj, R3IAUVA_MaterialName, value, R3TAG_END);
char* value;
R3GetAttrs(r3obj, R3IAUVA_MaterialName, &value, R3TAG_END);

select modes

R3IAUVSM_POINTS
R3IAUVSM_SELECTEDPOINTS
R3IAUVSM_OBJECTS
R3IAUVSM_FACES
R3IAUVSM_SELECTEDFACES

Tags

Tags

R3IAUVA_PointPropertyType
R3IAUVA_PointPropertyChannel
R3IAUVA_PointPropertyChannelIsDynamic