Design Nomenclature / Digital Model Making

Procedural Modeling

Also called node-based modeling, rule-based modeling, generative modeling

This entry has not been translated yet and is shown in English.

Generating geometry from rules — a graph, a script, a grammar — rather than placing it. The output is a function of its inputs, so changing a seed or a count regenerates the whole model. Suits variation and repetition; poor for a one-off form, where writing the rule outlasts modeling the thing.

A node graph in which a single seed node feeds both a scatter and a variation node; a profile and the scatter meet at a sweep, and the chain resolves to a geometry output.

In practice

Node-based tools made “procedural” a synonym for “in a graph”. A parametric CAD tree is procedural by any definition, and nobody calls it that.

Not to be confused with

How this term connects

CSGGenerative DesignNon-destructive EditingParametric ModelingSDFShaderProcedural Modeling
Related Confused with