PrimitiveFittingType
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
| Value | Description |
|---|---|
PrimitiveFittingType.Sphere | Sphere option |
PrimitiveFittingType.Cylinder | Cylinder option |
PrimitiveFittingType.Plane | Plane option |
PrimitiveFittingType.Cone | Cone option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.PrimitiveFittingType.Sphere