r3iagmpack

r3iagmpack

Class

plugins/objects/gmanag/r3iagmpack.h

Library

r3gmanag

Description:

Interactor for the parametric measuring system's packer geometry manager.

See Also

real/intact/r3iarect.h

Super Class

r3Iarectangle

R3CLID_IARECTANGLE

JavaScript

r3Iagmpack

Class Identifier

R3CLID_IAGMPACK - 2589

Attributes

Orientation, Anchor, Expand, FillX, FillY, FillZ,

Orientation

Attribute

Orientation

Identifier

R3IAGMPACKA_Orientation

JavaScript type

Integer

C type

R3INT

Description

orientation, as defined below

Syntax


jsobj.SetOrientation(value);
value = jsobj.GetOrientation();


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

Anchor

Attribute

Anchor

Identifier

R3IAGMPACKA_Anchor

JavaScript type

Boolean

C type

R3BOOL

Description

default anchor option, as defined in oops/r3gmpack.h

Syntax


jsobj.SetAnchor(value);
value = jsobj.GetAnchor();


R3BOOL value = ...;
R3SetAttrs(r3obj, R3IAGMPACKA_Anchor, value, R3TAG_END);
R3BOOL value;
R3GetAttrs(r3obj, R3IAGMPACKA_Anchor, &value, R3TAG_END);

Expand

Attribute

Expand

Identifier

R3IAGMPACKA_Expand

JavaScript type

Boolean

C type

R3BOOL

Description

default expand option for the slaves, as defined n oops/r3gmpack.h

Syntax


jsobj.SetExpand(value);
value = jsobj.GetExpand();


R3BOOL value = ...;
R3SetAttrs(r3obj, R3IAGMPACKA_Expand, value, R3TAG_END);
R3BOOL value;
R3GetAttrs(r3obj, R3IAGMPACKA_Expand, &value, R3TAG_END);

FillX

Attribute

FillX

Identifier

R3IAGMPACKA_FillX

JavaScript type

Boolean

C type

R3BOOL

Description

default fill in x, as defined in oops/r3gmpack.h

Syntax


jsobj.SetFillX(value);
value = jsobj.GetFillX();


R3BOOL value = ...;
R3SetAttrs(r3obj, R3IAGMPACKA_FillX, value, R3TAG_END);
R3BOOL value;
R3GetAttrs(r3obj, R3IAGMPACKA_FillX, &value, R3TAG_END);

FillY

Attribute

FillY

Identifier

R3IAGMPACKA_FillY

JavaScript type

Boolean

C type

R3BOOL

Description

default fill in y

Syntax


jsobj.SetFillY(value);
value = jsobj.GetFillY();


R3BOOL value = ...;
R3SetAttrs(r3obj, R3IAGMPACKA_FillY, value, R3TAG_END);
R3BOOL value;
R3GetAttrs(r3obj, R3IAGMPACKA_FillY, &value, R3TAG_END);

FillZ

Attribute

FillZ

Identifier

R3IAGMPACKA_FillZ

JavaScript type

Boolean

C type

R3BOOL

Description

default fill in z

Syntax


jsobj.SetFillZ(value);
value = jsobj.GetFillZ();


R3BOOL value = ...;
R3SetAttrs(r3obj, R3IAGMPACKA_FillZ, value, R3TAG_END);
R3BOOL value;
R3GetAttrs(r3obj, R3IAGMPACKA_FillZ, &value, R3TAG_END);

R3IAPO_AUTODETECT
R3IAPO_HORIZONTAL
R3IAPO_VERTICAL
R3IAPO_NORMAL

<sect6> <title>r3iagmrepl</title>

r3iagmrepl

Class

plugins/objects/gmanag/r3iagmrepl.h

Library

r3gmanag

Description:

Interactor for the parametric measuring system's repler geometry manager.

See Also

plugins/objects/gmanag/r3iagmpack.h

Super Class

r3Iagmpack

R3CLID_IAGMPACK

JavaScript

r3Iagmrepl

Class Identifier

R3CLID_IAGMREPL - 2629

Attributes

</sect6>