Skip to content

editorGlobalsPlacementHeuristic

Enumeration: PlacementHeuristic

Specifies which placement heuristic should be used by packaide.

Index

Enumeration members

Enumeration members

BoundingBox

BoundingBox: = 0

Defined in src/modules/kyub.core.svgObjExporter/src/manualNesting/RemotePackaideNester.ts:23

Minimize the bounding box of the union of placed parts and holes.


ConvexHull

ConvexHull: = 1

Defined in src/modules/kyub.core.svgObjExporter/src/manualNesting/RemotePackaideNester.ts:27

Minimize the convex hull of the union of placed parts and holes.