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