Use the following formulas to extract information about drawings' name, description and viewing side as recorded in the Materials tab in the Project Properties dialog box.
Property | IN | Displayed As | Syntax | 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 as entered in the Description field. | |
Layout | $LayoutN.Description$ | Displays notes about the layout as entered in the Description field. | ||
Indicate side of | 1up | Text | $OneUpN.ViewSideStr()$ | The text "Front" or "Rear" |
$LayoutN.ViewSideStr()$ | The text "Front" or "Rear" | |||
Layout | Digit | $OneUpN.ViewSide()$ | 0 or 1 | |
$LayoutN.ViewSide()$ | 0 or 1 |
See the general rules for how to write formulas and format formula results.