DrawingSheetMixin 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
SheetIndex: | Sheet index. |
Example: | 1; |
SheetName: | The string entered here will show up in the |
Example: | 'Sheet1' |
ViewportData: | Viewport data collection. |
Example: | [] |
Mixins
PaperSizeMixin
RectangleMixin
RectangleRenderMixin
Render3Mixin
BaseAssembly
AssemblyRenderMixin
FrameMixin
AssemblyMixin
FrameMixin
BaseNode
BaseModel
RULE NAME |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
---|---|---|---|---|
SheetIndex |
integer |
1 |
inputs |
Cached |
SheetName |
string |
"sheet" |
inputs |
Cached |
ViewportData |
array |
[] |
Inputs |
Cached |
UI Designs that use the DrawingSheetMixin:
1.None at this time.