r3iafpri

r3iafpri

Class

plugins/objects/fprint/r3iafpri.h

Library

r3fprint

Description:

Interactor for footprints

See Also

real/intact/r3iacons.h

Super Class

r3Iaconstructor

R3CLID_IACONSTRUCTOR

JavaScript

r3Iafootprint

Class Identifier

R3CLID_IAFOOTPRINT - 1493

Methods

Attributes

TargetHandle, Handness,

TargetHandle

Attribute

TargetHandle

Identifier

R3IAFPRINTA_TargetHandle

JavaScript type

Integer

C type

int

Description

r3aik.h/target handle codes

Syntax


jsobj.SetTargetHandle(value);
value = jsobj.GetTargetHandle();


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

Handness

Attribute

Handness

Identifier

R3IAFPRINTA_Handness

JavaScript type

Integer

C type

int

Description

r3aik.h/handness code

Syntax


jsobj.SetHandness(value);
value = jsobj.GetHandness();


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