...
There are two types of solids in Production Scheduler: blast solids and dig solids. The scope for which the expand distance exists depends on the solid type. Each activity has its own set of Expand dependencies.
Expand Distance Type | Description |
---|---|
BlastSolid Expand Distance (m) | Takes the polygon of a blast solid and expands. If the expanded polygon intersects any unmined blasts on the bench above, the dig solids in the blast cannot be mined. |
DigSolid Expand Distance Within Blast (m) | Takes the polygon of a dig solid and expands. If the expanded polygon intersects any unmined dig blocks in the same blast and in the flitch above, then the dig solid cannot be mined. |
DigSolid Expand Distance Across Blasts (m) | Takes the polygon of a dig solid and expands. If the expanded polygon intersects any unmined dig blocks in any blast in the flitch above, then the dig solid cannot be mined. |
...