Use these functions to extract areas by style.
Extracting | To Extract From | ||
---|---|---|---|
The Active Drawing | Drawing Specified By | ||
System Name | User-Defined Name | ||
Area | OneUp1.Area(units; StyleName) | OneUpN.OneUp1.Area(units; StyleName) | "DrawingName".OneUp1.Area(units; StyleName) |
LayoutN.OneUp1.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) |
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) |