diff --git a/3MF Boolean operations.md b/3MF Boolean operations.md index 821dfbe..0c5e038 100644 --- a/3MF Boolean operations.md +++ b/3MF Boolean operations.md @@ -129,7 +129,7 @@ The optional \ element contains one or more \ elements to **operation** - The boolean operation to perform. The options for the boolean shapes are the following: -1. *union*. The resulting object shape is defined as the merger of the shapes. The resulting object surface property is defined by the property of the surface property defining the outer surface, as defined by [the 3MF Core Specification overlapping order](https://github.com/3MFConsortium/spec_core/blob/1.2.3/3MF%20Core%20Specification.md#412-overlapping-order) +1. *union*. The resulting object shape is defined as the merger of the shapes. The resulting object surface property is defined by the property of the surface property defining the outer surface. The material and the volumetric property in the overlapped volume is defined by last overlapping object in that volume. See [the 3MF Core Specification overlapping order](https://github.com/3MFConsortium/spec_core/blob/1.2.3/3MF%20Core%20Specification.md#412-overlapping-order) union(base,a,b,c) = base Ս (a Ս b Ս c) = ((base Ս a) Ս b) Ս c