From 8d2b51c99cc2523db3b3afc4be31dca6aaa9c9df Mon Sep 17 00:00:00 2001 From: Jordi Gonzalez Date: Mon, 4 Nov 2024 15:42:00 +0100 Subject: [PATCH] Fixed history date format --- 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 a669256..935ca67 100644 --- a/3MF Boolean operations.md +++ b/3MF Boolean operations.md @@ -175,7 +175,7 @@ Element \ The \ element selects a pre-defined object resource to perform a boolean operation to the base object referenced in the enclosing \ element. The boolean operation is applied in the sequence order of the \ element. -**objectid** - Selects the object applying the boolean operation. The object MUST be an object of type "model" defining a shape: mesh, or shapes defined in other 3MF extensions. But it MUST NOT s elect any object combining other objects as _components_ or another _booleanshape_. When used in combination with [the 3MF Production extension](https://github.com/3MFConsortium/spec_production/blob/master/3MF%20Production%20Extension.md), it MUST NOT reference any object containing Alternatives. +**objectid** - Selects the object applying the boolean operation. The object MUST be an object of type "model" defining a shape: mesh, or shapes defined in other 3MF extensions. But it MUST NOT select any object combining other objects as _components_ or another _booleanshape_. When used in combination with [the 3MF Production extension](https://github.com/3MFConsortium/spec_production/blob/master/3MF%20Production%20Extension.md), it MUST NOT reference any object containing Alternatives. **transform** - The transform to apply to the selected object before the boolean operation.