Documentation

Build faster with confBuild

Everything you need to create powerful 3D configurators and engineering workflows.

Start your journey

Follow a path that takes you from zero to production.

Learning Paths

Choose a path that matches your role or goal.

Tutorials

Step-by-step tutorials to help you succeed.

View all tutorials

Example Code

See how easy it is to define a parameter and use it in a rule.

Expression JSON
// Parameter
length = 1200 mm
width = 600 mm
height = 750 mm

// Rule
volume = length * width * height
area = 2 * (length * width + length * height + width * height)
Results volume 540000000 mm3 area 5700000 mm2

Still have questions?

Our team is here to help you succeed.