WeldConstraintPreserve
Controls which WeldConstraints are included in the recommendation table returned by GeometryService:CalculateConstraintsToPreserve().
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 575 | All | 0 | All WeldConstraints will be returned in the recommended table. | |
| 575 | None | 1 | WeldConstraints will be ignored and not returned in the recommended table. | |
| 575 | Touching | 2 | Only WeldConstraints that connect touching parts in the performed operation will be returned in the recommended table. |
Description
Controls which WeldConstraints are included in the
recommendation table returned by
GeometryService:CalculateConstraintsToPreserve() after a solid
modeling operation such as GeometryService:UnionAsync(),
GeometryService:SubtractAsync(), or
GeometryService:IntersectAsync(). Pass this enum as the
weldConstraintPreserve key inside the options dictionary argument to that
method. The default value used when no option is specified is
WeldConstraintPreserve.Touching.