Docs Home
/
KCL Standard Library
/
Functions
/
union

unionFunction in std::solid

Union two or more solids into a single solid.

Arguments

NameTypeDescriptionRequired
solids[Solid; 2+]The solids to union.Yes
tolerancenumber(Length)Defines the smallest distance below which two entities are considered coincident, intersecting, coplanar, or similar. For most use cases, it should not be changed from its default value of 10^-7 millimeters.No
legacyMethodboolYou probably shouldn't set this or care about this, it's for opting back into an older version of an engine algorithm. If true, revert to older engine SSI algorithm. Defaults to false.No

Returns

[Solid; 1+]

Examples

Found a typo?