From 5558fee97a9c29809a9696ab0f475ec850a077a6 Mon Sep 17 00:00:00 2001 From: Jordi Gonzalez Date: Thu, 5 Sep 2024 10:27:01 +0200 Subject: [PATCH] Union on volumetric --- 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 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