Skip to content

Commit

Permalink
Update 3MF Boolean operations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jordig100 committed Oct 24, 2024
1 parent 664672e commit 79ee64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3MF Boolean operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ The optional \<booleanshape> element contains one or more \<boolean> 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 properties in the overlapped volume are defined by the ones in last overlapping object in that volume, or none if last overlapping object has no matrerial or volumetric property defined.
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). The material and the volumetric properties in the overlapped volume are defined by the ones in last overlapping object in that volume, or none if last overlapping object has no matrerial or volumetric property defined.

union(base,a,b,c) = base Ս (a Ս b Ս c) = ((base Ս a) Ս b) Ս c

Expand Down

0 comments on commit 79ee64a

Please sign in to comment.