Documentation

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.

Interface Overview

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.

1

Create a new project

Click "New Project" and give it a name.

2

Add parameters

In the spreadsheet, add Width, Height, and Depth values.

3

Add a Box component

From the library, drag a Box into your scene.

4

Connect parameters

Link the spreadsheet cells to the box dimensions.

5

Test and share

Change values and watch the box update. Share your configurator!

Fundamentals Tutorial

Master the core skills for building configurators.

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.

Formula Description Example
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

Ready to start building?

Put your knowledge into practice

Get Started