Use the following formulas to extract information about a drawing's name, description and viewing side as recorded in the Materials tab in the Project Properties dialog box.
Property | IN | Displayed As | Use | Displays |
---|---|---|---|---|
1up name | $OneUpN.Name$ | The name of the 1up. | ||
Layout name | $LayoutN.Name$ | The name of the layout drawing. | ||
3D drawing name | $Fold3DN.Name$ | The name of the 3D drawing. | ||
Description | 1up | $OneUpN.Description$ | Displays the notes about the 1up entered in the Description field. | |
Layout | $LayoutN.Description$ | Displays the notes about the layout entered in the Description field. | ||
Indicate side of | 1up | Text | $OneUpN.ViewSideStr()$ | The text "Front" or "Rear" |
Layout | $LayoutN.ViewSideStr()$ | |||
1up | Digit | $OneUpN.ViewSide()$ | 0 or 1 | |
Layout | $LayoutN.ViewSide()$ |