Use these functions to extract areas by style.
| Extracting | To Extract From | ||
|---|---|---|---|
| The Active Drawing | Drawing Specified By | ||
| System Name | User-Defined Name | ||
| Area | Area(units; StyleName) | OneUpN.Area(units; StyleName) | "DrawingName".Area(units; StyleName) |
| LayoutN.Area(units; StyleName) | |||
| Area Ex | AreaEx(yes/no; units, StyleName) | OneUpN.AreaEx(yes/no; units, StyleName) | "DrawingName".AreaEx(yes/no; units, StyleName) |
| LayoutN.AreaEx(yes/no; units, StyleName) | |||
| With Semicolon | With Comma |
|---|---|
| $Layout1.Area(m; Plotting); n2$ | $Layout1.Area(m, Plotting), n2$ |
The following examples demonstrate how the arguments work.
| Child Styles Areas | Units | Styles | Drawing | Function |
|---|---|---|---|---|
| Not Included | Square Millimeters | All | Specified by User-Defined Name | "Body".Area( , mm) |
| Not Included | Square Millimeters | Creasing | Specified by System Name | Layout1.Area(mm, Creasing) |
| Included | Square Decimeters | All | Active | AreaEx( , dm, yes) |