- Preparing search index...
- The search index is not available
Documentation
Function computeDieSharingPartitions
- computeDieSharingPartitions(vertices: readonly Readonly<Vertex>[]): Readonly<Vertex>[][] | undefined
-
Parameters
-
vertices: readonly Readonly<Vertex>[]
Returns Readonly<Vertex>[][] | undefined
Create partitions from vertices so that for each partition all nodes can be manufactured using the same set of dies
This allows for sharing of setup costs for all nodes of a partition.
In case die bending tool partitioning is disabled then each input vertex forms its own partition.
Pre-condition: All vertices are of process type dieBending