From 1454ebd851a6940bc02a6c869016f1e210e0b164 Mon Sep 17 00:00:00 2001 From: Jordi Gonzalez Date: Thu, 5 Sep 2024 10:38:30 +0200 Subject: [PATCH] union volume properties --- 3MF Boolean operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3MF Boolean operations.md b/3MF Boolean operations.md index 0c5e038..e02a0fc 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. 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) +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 properties in the overlapped volume are defined by the ones in 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