Interface: System
Defined in: draft/types.ts:58
A system is an abstract concept that can describe the behavior of a set of warps and wefts.
Param
a numeric id that can used to identify this system
Param
a public facing name for this system.
Param
any user supplied notes about this system (no currently used)
Param
used to be used to hide/show different systems based on user desire (no currently used)
Param
AdaCAD generates a list of systems by default. This flag shows if the system is currently assigned to any drafts.
Properties
id
id:
number
Defined in: draft/types.ts:59
in_use
in_use:
boolean
Defined in: draft/types.ts:63
name
name:
string
Defined in: draft/types.ts:60
notes
notes:
string
Defined in: draft/types.ts:61
visible
visible:
boolean
Defined in: draft/types.ts:62