computeSheetConsumptionNestedParts(vertex: Vertex): number | undefined
Net volume of all nested parts without scrap
Inner contours are not considered, if their area is below the associated
threshold setting (default = 0.) A threshold > 0 might lead to slightly
inaccurate results in case smaller parts are nested within inner contours
of other parts. The worst case sheet consumption is equal to the combined
volume of the bounding boxes of all nestings.
In combination with the associated total sheet consumption this value is
complementary w.r.t the scrap.
If there is no valid nesting for vertex then the consumption is undefined.
If there is no valid sheet for vertex then the consumption is undefined.
Net volume of all nested parts without scrap
Inner contours are not considered, if their area is below the associated threshold setting (default = 0.) A threshold > 0 might lead to slightly inaccurate results in case smaller parts are nested within inner contours of other parts. The worst case sheet consumption is equal to the combined volume of the bounding boxes of all nestings.
In combination with the associated total sheet consumption this value is complementary w.r.t the scrap.
If there is no valid nesting for
vertex
then the consumption is undefined. If there is no valid sheet forvertex
then the consumption is undefined.