Interface: BooleanOperationOptions
Defined in: mobjects/geometry/BooleanOperations.ts:37
Options for boolean operations
Properties
color?
optionalcolor:string
Defined in: mobjects/geometry/BooleanOperations.ts:39
Stroke color. Default: inherited from first shape
fillColor?
optionalfillColor:string
Defined in: mobjects/geometry/BooleanOperations.ts:41
Fill color (separate from stroke). If set, overrides color for fill.
fillOpacity?
optionalfillOpacity:number
Defined in: mobjects/geometry/BooleanOperations.ts:43
Fill opacity. Default: inherited from first shape
samplesPerSegment?
optionalsamplesPerSegment:number
Defined in: mobjects/geometry/BooleanOperations.ts:47
Number of samples per Bezier segment for polygon approximation. Default: 8
strokeWidth?
optionalstrokeWidth:number
Defined in: mobjects/geometry/BooleanOperations.ts:45
Stroke width. Default: inherited from first shape