RawMeasurementProperty
Tool |
The Raw Measurement property is the length measured by a linear dimension label, without the measurement scale applied.
View the raw measurement:
- Select the dimension label.
- Open the properties window.
- Under Measurement, see Raw Measurement.
See also:
You can refer to this tool in any formula, macro, module, or other script in Blockpad. You can use either its name or its full path:
-
To refer to it by name, use
RawMeasurementProperty
(make sure the library Library.Tools.Properties is included with Include Libaries) - To refer to it by its full path, use
Library.Tools.Properties.RawMeasurementProperty
See also: