DimFormatMixin is a mixin containing rules that can be used by other designs—but see Note, below.
We do not use it alone; instead, it is used to add the rules to other designs. NOTE: presently there are no UI designs that use this mixin (see below).
Parameter Rules
| dimFormat: | Dimension format | 
| Example: | 'architectural'; | 
| Choices: | 'architectural','engineering','decimal' | 

| dimPrecision: | Dimension precision. Specify the number of decimals to round off to. | 
| Example: | 2; | 
| dimUnits: | Changes dimensions from english to metric. | 
| Example: | "english" | 
| Choices: | "default","english","metric" | 
| showDimAlternate: | This determines whether or not to use the Dimension Alternate rules. | 
| Example: | false; | 
Mixins
BaseAssembly
AssemblyRenderMixin
Render3Mixin
FrameMixin
AssemblyMixin
FrameMixin
BaseNode
BaseModel
RULE NAME  | 
TYPE  | 
DEFAULTS  | 
CATEGORY  | 
FLAGS  | 
|---|---|---|---|---|
dimFormat  | 
string  | 
"decimal"  | 
Format  | 
Cached Lookup  | 
dimPrecision  | 
integer  | 
3  | 
Format  | 
Cached Lookup  | 
dimUnits  | 
string  | 
"default"  | 
Format  | 
Cached  | 
showDimAlternate  | 
boolean  | 
false  | 
AlternateDim  | 
Cached  | 
![]()
UI Designs that use the DimFormatMixin:
1.None at this time.