attachGeometry

fun attachGeometry(projection: Projection<*>, graph: GridGraph)(source)

Declare that graph supplies the obstacles/costs for the space drawn as projection. This is for animation/extraction only — it does not change simulation behavior (the model still uses the graph however it already does). Lets the animation layer find a graph it otherwise can't discover (a GridGraph is not a model element and projections don't reference one). P5a/G2.