UseMeasuredValueProperty
Tool |
The Use Measured Value property controls whether the value of a dimension label is the scaled measurement or an inputted value.
Use an inputted value on a dimension label:
- Double click the dimension label.
- Edit the value.
- Click ok.
Reset a dimension label to the measured value:
- Select the dimension label.
- Open the properties window.
- Under Object, change Use Measured Value from No to Yes.
Notes:
- A linear dimension label is very similar to a value cell, so you can input numbers, text, or a formula.
- The measured value has the measurement scale applied to it.
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
UseMeasuredValueProperty
(make sure the library Library.Tools.Properties is included with Include Libaries) - To refer to it by its full path, use
Library.Tools.Properties.UseMeasuredValueProperty
See also: