Skip to main content

Interface: BooleanOperationOptions

Defined in: mobjects/geometry/BooleanOperations.ts:37

Options for boolean operations

Properties

color?

optional color: string

Defined in: mobjects/geometry/BooleanOperations.ts:39

Stroke color. Default: inherited from first shape


fillColor?

optional fillColor: string

Defined in: mobjects/geometry/BooleanOperations.ts:41

Fill color (separate from stroke). If set, overrides color for fill.


fillOpacity?

optional fillOpacity: number

Defined in: mobjects/geometry/BooleanOperations.ts:43

Fill opacity. Default: inherited from first shape


samplesPerSegment?

optional samplesPerSegment: number

Defined in: mobjects/geometry/BooleanOperations.ts:47

Number of samples per Bezier segment for polygon approximation. Default: 8


strokeWidth?

optional strokeWidth: number

Defined in: mobjects/geometry/BooleanOperations.ts:45

Stroke width. Default: inherited from first shape