How do you create or alter a subsurface in OS measure
I'm trying to write a measure to scale my existing windows according to a scale factor.
I've worked out the math. I have the new coordinates (x,y,z, either as is, in a Vector (from matrix
) or an OpenStudio::Model::Point3d
) of each point of said subsurface.
I just can't figure how to alter the subsurface, or to delete it and recreate one. Any help?