r3trmviw

r3trmviw

Class

real/widget/r3trmviw.h

Library

r3wid

Description:

TrimCurveView Class

See Also

real/widget/r3view.h

Super Class

r3View

R3CLID_VIEW

JavaScript

r3Trimcurveview

Class Identifier

R3CLID_TRIMCURVEVIEW - 217

Methods

REGISTERUP,

Attributes

Registration

int R3RegisterTrimCurveViewClass(R3APP *app);

R3TRIMCURVEVIEWCM_REGISTERUP

Method

REGISTERUP

Identifier

R3TRIMCURVEVIEWCM_REGISTERUP

Return

R3BOOL, true if succeeded

Param 1:

R3CLID, class of the geom. object

Param 2:

R3INT, callback method, p1: view, p3: attribute

Param 3:

R3CLID, class id of the extension class

JavaScript

rc = obj.REGISTERUP(p1, p2, p3);

Description

Register geom. object specific extension for the trim view.


r3appobj *