Skip to main content

PrimitiveFittingParams

Other

Parameters for primitive fitting operation.

Import

import ScriptingApi as api

# Create parameter instance
params = api.PrimitiveFittingParams()

Properties

primitive_type

Type of primitive to fit. Use api.PrimitiveFittingType.Sphere

Type: PrimitiveFittingType


source

Source of points for fitting. Use api.PrimitiveFittingSource.Surface

Type: PrimitiveFittingSource


See Also