Overview
/
KCL Standard Library
/
Functions
/
mirror3d

mirror3dFunction in std::transform

Create a mirror image of a 3D solid/surface/body, across some specified mirror axis.

Arguments

NameTypeDescriptionRequired
bodies[Solid; 1+]The body or bodies to be reflected.Yes
acrossEdge or Plane or Axis3d or Segment or anyThe axis (or other geometry) to reflect across. An edge specifier object such as { sideFaces = [faceTag1, faceTag2] } can identify a solid edge without using its UUID.Yes

Returns

[Solid; 1+]

Examples