First time here? Check out the Help page!
1 | initial version |
@Dustinl, if a blank polylp tag is present (denoted by a single <polylp/> tag rather than an opening and closing tag) then it means the .floorPrint method on the space failed. This method attempts to take all the floor polygons and find one large polygon that bounds them all. Seeing as you only have one space with the issue, what you can do is manually find the outer bounding coordinates of all the floor polygons and add it to your XML file by hand. It's not an ideal scenario if this error occurs a lot, but its a quick fix for just one or two spaces.