Advanced
2D UI Elements
Create rich user interfaces
Text Labels
Add text annotations to enhance your 3D scene.
Text Element
Type | Text | X | Y | FontSize | Color text | Total: $500 | 20 | 30 | 18 | #333333
Parameter
Description
Example
type
Element type
texttext
Label content
"Width: 100mm"x, y
2D position in pixels
50, 100fontSize
Text size
16color
Text color
#333333Dimension Lines
Display measurements directly on your 3D model.
Dimension Element
Parameter
Description
Example
type
Element type
dimensionstart
Start point coordinates
0,0,0end
End point coordinates
100,0,0offset
Line offset from model
20GUI Elements
Create interactive controls for user input.
Buttons
Type | Label button | Calculate
Sliders
Type | Min | Max slider | 10 | 500
Dropdowns
Type | Options dropdown | A,B,C
Input Fields
Type | Value input | 250
Info Panels
Display summary information in styled panels.
Panel Element
Type | Title | Content | X | Y
panel | Summary | Width: {Width}mm | 10 | 10Dynamic Content
Use formulas to create live-updating displays.
Formula-Driven Text
Type | Text | X | Y text | ="Price: $" & Total | 20 | 30 text | =IF(InStock,"In Stock","Out of Stock") | 20 | 60
Positioning
Place elements precisely on screen.
X Position
Pixels from left edge
Y Position
Pixels from top edge
Responsive
Use percentages: x: 50%
Styling Options
Customize the appearance of your UI elements.
Property
Description
Example
backgroundColor
Background color
#FFFFFFborderColor
Border color
#CCCCCCborderRadius
Corner rounding
8padding
Inner spacing
10opacity
Transparency (0-1)
0.9Group Controls
Place related inputs together
Test Mobile
Check different screen sizes