Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

You might try using something like this in a measure:

surface.setVertices(OpenStudio::removeCollinear(surface.vertices))

Here is declaration of OpenStudio::removeCollinear

You might try using something like this in a measure:

surface.setVertices(OpenStudio::removeCollinear(surface.vertices))

surface.setVertices(OpenStudio::removeCollinear(surface.vertices))

Here is declaration of OpenStudio::removeCollinear