Difference between revisions of "Designer Component Guide"

From Numerus
Jump to navigation Jump to search
(Created page with "This guide documents the Component set distributed with ''Numerus Designer''. Numerus Designer models are constructed out of Components, which are visual tokens that are plac...")
 
Line 7: Line 7:
* Drag the component from the component menu onto the Design Canvas.
* Drag the component from the component menu onto the Design Canvas.
* A default name will be provided; Alt-click on the name to change it (or change it in the Property Pane).
* A default name will be provided; Alt-click on the name to change it (or change it in the Property Pane).
* A new component requires two actions to integrate it into the model:
* The new component must be programmed; this may require the programming of '''squibs'''. See [[Quick_Programming_References | Programming References]] for a discussion of squib programming.
 
The new component must be programmed; this may require the programming of '''squibs'''. See [[Quick_Programming_References | Programming References]] for a discussion of squib programming.

Revision as of 18:52, 6 June 2022

This guide documents the Component set distributed with Numerus Designer. Numerus Designer models are constructed out of Components, which are visual tokens that are placed on the Design Canvas.

To place a component on the model canvas:

  • Press the left mouse button on the desired Component in the Component Palette.
  • Drag the component from the component menu onto the Design Canvas.
  • A default name will be provided; Alt-click on the name to change it (or change it in the Property Pane).
  • The new component must be programmed; this may require the programming of squibs. See Programming References for a discussion of squib programming.