🌐 KR

Description

  • This component assists in configuring the spindle tool. It takes the modeling (Mesh) of the spindle body and the point corresponding to the starting point of the end mill (Plane) as inputs. It then exports the TCP value based on the length and diameter of the end mill. Considering models with and without the end mill included, it allows for setting the length, size, and direction of the TCP accordingly.

Input

  • Tool Geometry [Mesh] : Input the mesh of the spindle body.
  • Endmill StartPl [Plane] : Input the plane where the end mill attaches, similar to the TCP (Tool Center Point).

Built-in Param : Basic Params

  • Length(mm) : Determines the length of the end mill in millimeters (mm).
  • Radius(mm) : Determines the radius of the end mill’s diameter in millimeters (mm).

Output

  • Tool Geometry : Exports the spindle body mesh as the ToolData mesh.
  • TCP : Exports the plane at the end of the end mill’s final length and radius, as configured by the user, as the TCP.