Difference between revisions of "Working With Primitives"

From Flowcode Help
Jump to navigationJump to search
(Created page with "<sidebar>Sidebar: Flowcode Help Overview:Panels</sidebar> This article refers to primitive objects on either the System Panel or the Dashboard Panel. __NOTOC__")
 
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<sidebar>Sidebar: Flowcode Help Overview:Panels</sidebar>
+
This article refers to 3D primitive objects on the [[System_Panel|3D System Panel]] or the 2D primitive objects on the [[2d_Panels|2D Panel]].  
This article refers to primitive objects on either the [[System Panel]] or the [[Dashboard Panel]].  
 
 
__NOTOC__
 
__NOTOC__
 +
 +
 +
Primitive objects can be dragged from the '''Component Libraries ribbon''' > '''creation''',  onto the panel like any other
 +
 +
[[Component|component]] and they work like [[Components]]
 +
 +
Note that primitive components can't be updated like any other types of components via the library.
 +
They can only be updated via a new Flowcode exe update.
 +
 +
2D primitives are olny for 2D panels, and 3D primitives are only for 3D panels.
 +
 +
 +
[[File:Primitive_Components1.png]]
 +
 +
 +
Multiple primitive objects can be positioned together and grouped to form more complex objects.
 +
 +
Here is a standard LED modeled using primitive shapes.
 +
 +
 +
{{Fcfile|LED_Primitive.fcfx|LED Primitive}}
 +
 +
 +
[[File:LED_Primitive.jpg]]
 +
 +
 +
The [[Component:_ID_9d67e3dc_ef9b_4d4d_b294_19c176eefab1|Clone Matrix Component]] can be useful for copy and paste type replication of Primitive_Components1.pngobjects on the panel.

Latest revision as of 09:30, 20 June 2023

This article refers to 3D primitive objects on the 3D System Panel or the 2D primitive objects on the 2D Panel.


Primitive objects can be dragged from the Component Libraries ribbon > creation, onto the panel like any other

component and they work like Components

Note that primitive components can't be updated like any other types of components via the library. They can only be updated via a new Flowcode exe update.

2D primitives are olny for 2D panels, and 3D primitives are only for 3D panels.


Primitive Components1.png


Multiple primitive objects can be positioned together and grouped to form more complex objects.

Here is a standard LED modeled using primitive shapes.


FC6 Icon.png LED Primitive


LED Primitive.jpg


The Clone Matrix Component can be useful for copy and paste type replication of Primitive_Components1.pngobjects on the panel.