Shapemetry API / OffsetOptions
Interface: OffsetOptions
Defined in: nurbsBrep/operations/offset/types.ts:74
Configuration options for solid offset.
Properties
tolerance
tolerance:
number
Defined in: nurbsBrep/operations/offset/types.ts:76
Linear geometric tolerance for intersection and fitting.
angularTolerance
angularTolerance:
number
Defined in: nurbsBrep/operations/offset/types.ts:78
Angular tolerance (radians).
jointStrategy
jointStrategy:
JointType
Defined in: nurbsBrep/operations/offset/types.ts:80
How to join offset faces at convex edges.
removeSelfIntersections
removeSelfIntersections:
boolean
Defined in: nurbsBrep/operations/offset/types.ts:82
Whether to detect and remove global self-intersections after offsetting.