Skip to main content

SurfaceUnscreenedPoissonRemeshParams

Other

Parameters for remeshing with unscreened Poisson surface reconstruction.

Import

import ScriptingApi as api

# Create parameter instance
params = api.SurfaceUnscreenedPoissonRemeshParams()

Properties

depth

Detail level used for the reconstruction (4 - 14). Higher values capture more detail but increase computation time and memory usage.

Type: int


scale

Size of the reconstruction region relative to the input bounds (1.0 - 2.0).

Type: float


samples_per_node

Smoothing control for noisy inputs (1.0 - 30.0). Larger values produce smoother reconstructions.

Type: float


solver_divide

Memory control for splitting reconstruction work (6 - 12).

Type: int


iso_divide

Memory control for splitting final surface extraction (6 - 12).

Type: int


confidence

If true, the magnitude of each input normal is used as a confidence weight for its sample. Has no effect when the input normals are unit length.

Type: bool


See Also