Learn confBuild
Everything you need to master 3D configurator creation
Quickstart Guide
Learn the basic concepts of inputs and outputs in just 5 minutes.
1. Understanding the Interface
confBuild has two main areas: the spreadsheet panel where you define parameters, and the 3D viewport where you see your model.
2. Creating Parameters
Parameters are values that control your 3D model. Define them in the spreadsheet using familiar Excel-like cells.
Width | 100 Height | =Width*0.5 Depth | 50 Color | #8C30F5
3. Connecting to 3D
Link your parameters to 3D components. When you change a value, the model updates instantly.
Basic Concepts
Understand the core concepts that power confBuild.
Inputs
Values that users can change: sliders, dropdowns, text fields, and color pickers.
Outputs
Calculated values and 3D geometry that respond to input changes.
Formulas
Excel-like expressions that create relationships between values.
Components
Pre-built 3D objects that you can customize and combine.
Your First Project
Build a simple configurable box step by step.
Create a new project
Click "New Project" and give it a name.
Add parameters
In the spreadsheet, add Width, Height, and Depth values.
Add a Box component
From the library, drag a Box into your scene.
Connect parameters
Link the spreadsheet cells to the box dimensions.
Test and share
Change values and watch the box update. Share your configurator!
Fundamentals Tutorial
Master the core skills for building configurators.
Feature Overview
Discover all the capabilities of confBuild.
01Elements Reference
Reference guide for all 3D elements and primitives.
02Working with 3D
Import models and manipulate 3D objects.
03Using Formulas
Create dynamic relationships with formulas.
04Project Management
Organize and version your projects.
Real Workflow Tutorials
Step-by-step documentation with real screenshots captured from the live editor.
Technical Drawing with AI Parts
Generate part sheets and overview pages directly from the model.
R2AI Assistant in the Editor
Use the AI Agent from the Add Object sidebar for new modelling steps.
R3Scripts Editor Workflow
Prepare JavaScript logic directly in the editor and start from a prompt.
R4Project Settings in the Editor
Manage project definition, units, and interaction defaults in one dialog.
R5Export a Bill of Material
Filter the part list, review the preview, and choose the output format.
R6Export 3D Models
Output STEP, IFC, STL, glTF, or 3MF directly from the editor.
R7Assembly Plan Workflow
Prepare assembly steps and guide the planner before generation.
R8Floor Plan Editor
Open the scene tools menu, choose a template, and manage levels in the floor-plan editor.
R9Add Primitive Shapes
Open Add Object, stay on Shapes, and insert basic geometry into the scene.
R10Insert DIN Standard Parts
Switch to DIN Parts, choose the family, and set the correct hardware parameters.
R11Technical Drawing with Standard Views
Arrange front, top, side, and isometric views on a classic drawing sheet.
R12Scene Settings Panel
Adjust background gradients, fog, and scene lighting without leaving the editor.
R13AI Image Workflow
Open the render dialog, prepare the prompt, and add an optional style reference.
R143D Scene Slicer
Cut through the current scene with a movable clipping plane for cross-section review.
Advanced Features
Take your configurators to the next level.
Expert Level
Advanced techniques for power users.
Formula Reference
95% of Excel formulas are supported. Here are the most common ones.
SUM
Add values
=SUM(A1:A10)IF
Conditional logic
=IF(A1>10,"Large","Small")VLOOKUP
Look up values
=VLOOKUP(A1,B:C,2)ROUND
Round numbers
=ROUND(A1,2)CONCATENATE
Join text
=A1&" x "&B1