The style which stores the typical dimension style settings for formatting measurements.
|
Name |
(string); The name of the style, referenced in the following measurement styles. Sample value: Imperial |
|
UnitFormat |
' (string); Options include Scientific, Decimal, Engineering, Architectural, Fractional and WindowsDesktop. Sample value: Architectural |
|
Precision |
' (string); Options include Precision<N> where N is in the range of 1 to 9. Sample value: Precision5 |
|
Prefix |
(string); The prefix that is added to the formatted measurement. Sample value: |
|
Suffix |
(string); The suffix that is appended to the formatted measurement. Sample value: |
|
Scale |
(double); The scale factor that will apply to the measurement. e.g. 0.001. Sample value: 1 |
| Name | UnitFormat | Precision | Prefix | Suffix | Scale |
|
Imperial |
Architectural |
Precision5 |
1 |
||
|
ImperialSize |
Fractional |
Precision5 |
" |
1 |
|
|
ImperialPipeLength |
Architectural |
Precision1 |
1 |
||
|
Metric |
Decimal |
Precision1 |
1 |
||
|
MetricSize |
Decimal |
Precision1 |
mm |
1 |
|
|
MetricPipeLength |
Decimal |
Precision1 |
mm |
1 |
|
|
MetricPipeLengthAlt |
Decimal |
Precision2 |
M |
0.001 |