fixed some grid-factory issues
added some new attributes minor changes
This commit is contained in:
@@ -330,6 +330,7 @@ namespace Floorplan {
|
||||
obstacle->SetAttribute("y1", line->from.y);
|
||||
obstacle->SetAttribute("x2", line->to.x);
|
||||
obstacle->SetAttribute("y2", line->to.y);
|
||||
obstacle->SetAttribute("thickness", line->thickness_m);
|
||||
obstacles->InsertEndChild(obstacle);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user