Skip to main content

PrimitiveFittingType

Other

Primitive fitting types. Defines the types of geometric primitives that can be fitted to surfaces or masks.

Import

import ScriptingApi as api

# Access the class
# PrimitiveFittingType is available via api.PrimitiveFittingType

Enumeration Values

Enumeration Type from PrimitiveFittingType

ValueDescription
PrimitiveFittingType.SphereSphere option
PrimitiveFittingType.CylinderCylinder option
PrimitiveFittingType.PlanePlane option
PrimitiveFittingType.ConeCone option

Usage Example

import ScriptingApi as api

# Access enumeration values
value = api.PrimitiveFittingType.Sphere

See Also