Skip to main content

SurfaceSmoothParams

Other

Parameters for surface smooth operations.

Import

import ScriptingApi as api

# Create parameter instance
params = api.SurfaceSmoothParams()

Properties

iterations

Number of smoothing iterations.

Type: int


relaxation_factor

Relaxation factor for Basic smoothing (0.0 to 1.0) or pass band for Smart (0.0 to 2.0).

Type: float


feature_angle

Feature angle in degrees for edge preservation.

Type: float


boundary_smoothing

Enable boundary smoothing.

Type: bool


feature_edge_smoothing

Enable feature edge smoothing.

Type: bool


See Also