Skip to content

Commit 292ca26

Browse files
authored
Update GeometryService.yaml
1 parent f9b99ff commit 292ca26

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

content/en-us/reference/engine/classes/GeometryService.yaml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,6 @@ methods:
2626
with their respective parents. Iterating over this table lets you decide
2727
whether to reparent recommended constraints and attachments to their
2828
respective parents.
29-
30-
Note that the `options` dictionary can contain the following:
31-
32-
- `tolerance` — The distance tolerance, in regards to `Class.Attachment`
33-
preservation, between the attachment and the closest point on the
34-
original part's surface versus the closest point on the resulting part's
35-
surface. If the resulting distance following the solid modeling
36-
operation is greater than this value, the `Class.Instance.Parent|Parent`
37-
of attachments and their associated constraints will be `nil` in the
38-
returned recommendation table.
39-
- `weldConstraintPreserve` — A `Enum.WeldConstraintPreserve` enum value
40-
describing how `Class.WeldConstraint|WeldConstraints` are preserved in
41-
the resulting recommendation table.
42-
- `dropAttachmentsWithoutConstraints` — Boolean with default of `true`. If
43-
set to `false`, `Class.Attachment|Attachments` that have no
44-
`Class.Constraint|Constraints` will be preserved.
4529
code_samples:
4630
- GeometryService-CalculateConstraintsToPreserve
4731
parameters:
@@ -233,7 +217,7 @@ methods:
233217
- When the `SplitApart` option is set to `true` (default), each distinct
234218
body will be returned in its own `Class.PartOperation`.
235219
- Each of the returned parts are in the coordinate space of the main
236-
part. This means that the (0, 0, 0) of any returned part is
220+
part. This means that the `(0, 0, 0)` of any returned part is
237221
not necessarily at the center of its body.
238222
- It's possible to call this method on the client, but with some
239223
limitations. First, it currently must be done with objects **created**
@@ -366,7 +350,7 @@ methods:
366350
- When the `SplitApart` option is set to `true` (default), each distinct
367351
body will be returned in its own `Class.PartOperation`.
368352
- Each of the returned parts are in the coordinate space of the main
369-
part. This means that the (0, 0, 0) of any returned part is
353+
part. This means that the `(0, 0, 0)` of any returned part is
370354
not necessarily at the center of its body.
371355
- It's possible to call this method on the client, but with some
372356
limitations. First, it currently must be done with objects **created**
@@ -499,7 +483,7 @@ methods:
499483
- When the `SplitApart` option is set to `true` (default), each distinct
500484
body will be returned in its own `Class.PartOperation`.
501485
- Each of the returned parts are in the coordinate space of the main
502-
part. This means that the (0, 0, 0) of any returned part is
486+
part. This means that the `(0, 0, 0)` of any returned part is
503487
not necessarily at the center of its body.
504488
- It's possible to call this method on the client, but with some
505489
limitations. First, it currently must be done with objects **created**

0 commit comments

Comments
 (0)