DimMeasurementMixin is a mixin containing rules that can be used by other designs—but see Note, below.
We do not use it alone, we use it to add the rules to other designs. NOTE: presently there are no UI designs that use this mixin (see below).
Parameter Rules
dimMeasurementFormatted: | This rule contains a formula that formats the dimension measurement. |
Example: | '5'-6 7/8"'; |
dimScaledMeasurement: | Scales the Measurement. |
Example: | Turns 66.912412345 to 66.9124; |
measurement: | Formula to produce the measurement between 2 points. |
Example: | 66.912412345; |
measurementDirection: | Formula to output the measurement direction. |
Example: | v<1, 0, 0>; |
Mixins
BaseAssembly
AssemblyRenderMixin
Render3Mixin
FrameMixin
AssemblyMixin
FrameMixin
BaseNode
BaseModel
RULE NAME |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
---|---|---|---|---|
dimMeasurementFormatted |
string |
Formula |
Derived |
Cached |
dimScaledMeasurement |
number |
Formula |
Derived |
Cached |
measurement |
number |
Formula |
Derived |
Cached |
measurementDirection |
vector |
Formula |
Derived |
Cached |
UI Designs that use the DimMeasurementMixin:
None