f3iapxme

f3iapxme

Class

real/intact/f3iapxme.h

Library

r3ia

Description:

Mesh displacement interactor. Displaces select meshes by image.

See Also

real/intact/r3iacons.h

Super Class

r3Iaconstructor

R3CLID_IACONSTRUCTOR

JavaScript

r3Iapxmesh

Class Identifier

R3CLID_IAPXMESH - 685

Methods

Attributes

Displacement, ImageName,

Displacement

Attribute

Displacement

Identifier

R3IAPXMESHA_Displacement

JavaScript type

Number

C type

R3FLOAT

Description

displacement factor

Syntax


jsobj.SetDisplacement(value);
value = jsobj.GetDisplacement();


R3FLOAT value = ...;
R3SetAttrs(r3obj, R3IAPXMESHA_Displacement, value, R3TAG_END);
R3FLOAT value;
R3GetAttrs(r3obj, R3IAPXMESHA_Displacement, &value, R3TAG_END);

ImageName

Attribute

ImageName

Identifier

R3IAPXMESHA_ImageName

JavaScript type

String

C type

char*

Description

name of the image to be used for displacment

Syntax


jsobj.SetImageName(value);
value = jsobj.GetImageName();


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