SHA_ADD_SHEET_BY_POLYLINE adds a sheet, based on an open 2D polygon, to a sheet metal part.
+------------<------------------+ | | -->(SHA_ADD_SHEET_BY_POLYLINE)--+--(:SHEET_PART)----|sheet|-----+--> | | +--(:WP)------------|wp|--------+ | | +--(:SIDE)----------|point 2d|--+ | | |--(:DISTANCE)------|distance|--+ | | +--(:REVERSE)-------------------+ | | +--(:KEEP_WP)----+--(:ON)---+---+ | | | | | +--(:OFF)--+ ^ | | +--(:CHECK_SHEET)--+--(:ON)--+--+ | | | | | +--(:OFF)-+ ^ | | +--(:BEND_PROCESS)--|string|----+ | | +--(:RADIUS)--------|radius|----+ | | +--(:RELIEF_TYPE)---|string|----+ | | +--(:RELIEF_TOOL)---|width|-----+ | | +--(:RELIEF_DEPTH)--|depth|-----+
:SHEET_PART
- specifies the sheet metal part to add the sheet to.
:WP
- specifies the workplane containing the polyline.
:SIDE
- specifies on which side of the line to add the material.
:DISTANCE
- specifies the length/width of the sheet to add.
:REVERSE
- reverses the extrusion direction.
: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.
:RELIEF_TYPE
- specifies the bend relief type.
:RELIEF_TOOL
- specifies the relief tool.
:RELIEF_DEPTH
- specifies the relief depth.