Docs Home
/
KCL Standard Library
/
Functions
/
joinSurfaces

joinSurfacesFunction in std::solid

Join multiple surfaces together into one body, or join together the results of a split into one body

Arguments

NameTypeDescriptionRequired
selection[Solid; 1+]The bodies to join togetherYes
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

Returns

Solid - A solid is a collection of extruded surfaces.

Examples

Found a typo?