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.
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