Surface Wizard

High-level wrapper for preparing surface-decoration input geometry. Handles resampling, simplification, subdivision, decimation, width smoothing, and end-cap treatment in one node.

Surface Wizard is the high-level wrapper for preparing geometry that feeds a Surface Decoration. It handles the geometric prep that the surface decoration itself doesn't: row resampling, column control, skeleton simplification, subdivision, decimation, end-cap treatment, width smoothing, and surface-level smoothing. Recommended starting point for surface-decoration setups; drop into the underlying utilities when finer control is needed.

For the decoration this feeds, see Surface Decoration. For the broader decoration concept, see Decorations.

Parameters

Quality Settings

Rows

ParameterDescription
ResampleToggle row resampling.
Resample ModeMode selector between Simple, Min Max, and Falloff resampling.
Simple
ParameterDescription
LengthTarget row length.
Min Max
ParameterDescription
Max Row HeightUpper bound on row height.
Min Row HeightLower bound on row height.
Falloff
ParameterDescription
LengthFalloff length.
ReduceReduction factor.

Columns

ParameterDescription
ColumnsColumn count.

Simplify Skeleton

ParameterDescription
Simplify CurvesToggle curve simplification.
SimplifySimplification tolerance.
RetentionRetention factor controlling how much detail survives.

Subdivide

ParameterDescription
DepthSubdivision depth.

Polyreduce

ParameterDescription
DecimateToggle decimation.
Decimate ToleranceQuality tolerance for decimation.

Ends

ParameterDescription
End Cap TypeTreatment for the cut ends of the surface mesh.

Width

ParameterDescription
Width SmoothingSmoothing strength applied to width values along the surface.
Smooth Filter QualityQuality setting for the width smoothing filter.

Smooth Sharp Angles

ParameterDescription
Smooth Sharp AnglesStrength of smoothing applied at sharp angles in the input curves.

Surface Smoothing

ParameterDescription
Surface SmoothingIterations of surface-level smoothing applied after meshing.

Smooth Surface

ParameterDescription
ToggleEnables the surface-smoothing pass.

Notes

  • The wizard's output feeds a Surface Decoration attached to a Grow; Simulate executes the decoration.
  • Drop into the underlying utilities at the top level when the wizard's defaults aren't the right granularity for the task.

See also: Surface Decoration (concept) · Decorations (overview) · Surface Decoration (node) · Trunk Decoration · Scan Workflow