Extension

The Extension drop-down list in the Expression Builder dialog box (Edit | Expression) becomes available when the item chosen in the ID drop-down list requires the addition of an extension in order to form a usable expression element. The Extension drop-down list displays available extensions based on the item selected in the ID drop-down list.

Suppose you select a feature from the ID drop-down list. The list of possible extensions that can be used to reference data of that feature (such as "X", "Y", "Z", "Diam", "Length", etc.) are then listed in the Extension drop-down list.

Possible extensions include these measured or theoretical data types:

Measured

Theoretical

F1=GENERIC/POINT,DEPENDENT,CARTESIAN,$

NOM/XYZ,<8,9,10>,$

MEAS/XYZ,<7.98,8.98,9.98>,$

NOM/IJK,<1,0,0>,$

MEAS/IJK,<1,0,0>

ASSIGN/MYFEATURE=F1.ALL

ASSIGN/V1=MYFEATURE.X

ASSIGN/V2=MYFEATURE.TX

V1 contains the value of 7.98

V2 contains the value of 8