WireCuttingFromSrf
π KR
Description
This is a component that generates a hot-wire cutting path from a ruled surface. Users can set the number of points to generate target planes, the internal parameter value of the ruled surface (default: 0.5), and optionally, an attractor value to smoothly adjust the hot-wire tool. In addition, detailed configurations for the hot-wire path direction, tool orientation, and entry intervals are available.

| Input
| Name | Type | Description |
|---|---|---|
| Surface | Surface | Ruled surface |
| Target Count | Number | Number of target planes comprising the cutting path. |
| Parameter | Number | Parameter on the span used as the origin of the target plane (0.0 ~ 1.0). |
| Attractor | Geometry | Attractor object (Point or Curve) to direct the Z-axis of each target plane. |
| Required Parameter
| Name | Type | Description |
|---|---|---|
| Dir Flip | Toggle | Reverses the cutting direction. |
| Tool Flip | Toggle | Reverses the tool direction. |
| UV Flip | Toggle | Switches the UV direction of the hot-wire path. Works only when the ruled surface has degree 1 in both U and V directions. β’ TRUE: V direction. / β’ FALSE: U direction (Default). |
| Extension | Number | Distance (mm) to extend the start and end of the path along the moving direction. |

| Name | Type | Description |
|---|---|---|
| Frame Size | Number | Frame size |

| Output
| Name | Type | Description |
|---|---|---|
| Target Planes | Plane | Target planes of the generated hot-wire cutting path. |
| Spans | Curve | Straight line segments connecting the two rail curves to form a ruled surface. |