Skip to main content

SurfaceScreenedPoissonRemeshParams

Other

Parameters for remeshing with screened Poisson surface reconstruction.

Import

import ScriptingApi as api

# Create parameter instance
params = api.SurfaceScreenedPoissonRemeshParams()

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


point_weight

Strength of fitting the reconstructed surface to the input points (0.0 - 20.0). Higher values fit more tightly; a value of 0 disables the extra point fitting.

Type: float


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