SHA_NEW_BY_POLYLINE creates a sheet metal part based on an open polyline.
+---------------------<-----------------+ | | -->(SHA_NEW_BY_POLYLINE)--+--(:SHEET_PART)----|sheet|-------------+--> | | +--(:WP)------------|wp|----------------+ | | +--(:MATERIAL)------|material name|-----+ | | +--(:THICKNESS)-----|thickness|---------+ | | +--(:SIDE)----------|point 2d|----------+ | | +--(:DISTANCE)------|distance|----------+ | | +--(:REVERSE)---------------------------+ | | +--(:KEEP_WP)-------+--(:ON)---+--------+ | | | | | +--(:OFF)--+ | | | +--(:CHECK_SHEET)---+--(:ON)---+--------+ | | | | | +--(:OFF)--+ | | | +--(:BEND_PROCESS)--|process name|------+ | | +--(:RADIUS)--------|confirmed radius|--+
:SHEET_PART
- specifies the new sheet metal part to be created.
:WP
- specifies the workplane containing the open polyline.
:MATERIAL
- specifies the material id for the new sheet metal part.
:THICKNESS
- specifies the material thickness.
:SIDE
- specifies the material side of the polyline.
:DISTANCE
- specifies the extrusion length.
:REVERSE
- reverses the extrusion direction relative to the workplane.
:KEEP_WP
- specifies whether or not to keep the workplane.
:CHECK_SHEET
- specifies whether or not to check the sheet metal part.
:BEND_PROCESS
- specifies the bend process to use.
:RADIUS
- specifies the bend radius.