DrawingMixin 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
DrawingSheetViewportData: | Drawing sheet viewport data. |
PaperSize: | Paper size for drawing. |
Example: | 'Letter (8.50 x 11.00 Inches)' |
Choices: | {'ANSI A Landscape': { xSize: 11, ySize: 8.5 }, |
'ANSI A Portrait': { xSize: 8.5, ySize: 11 }, |
'ANSI B': { xSize: 17, ySize: 11 }, |
'ANSI C': { xSize: 22, ySize: 17 }, |
'ANSI D': { xSize: 34, ySize: 22 }, |
'ANSI E': { xSize: 44, ySize: 34 }, |
A4: { xSize: 210, ySize: 297 }, |
A3: { xSize: 420, ySize: 297 }, |
A2: { xSize: 594, ySize: 420 }, |
A1: { xSize: 841, ySize: 594 }, |
A0: { xSize: 1189, ySize: 841 } } |
Mixins
RectangleMixin
RectangleRenderMixin
Render3Mixin
BaseAssembly
AssemblyRenderMixin
FrameMixin
AssemblyMixin
FrameMixin
BaseNode
BaseModel
RULE NAME |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
---|---|---|---|---|
DrawingSheetViewportData |
array |
[] |
inputs |
Cached |
PaperSize |
string |
'Letter (8.50 x 11.00 Inches)' |
inputs |
Cached |
UI Designs that use the DrawingMixin:
1.None at this time.