How to get the SketchUp Edges of a Surface?
I'm trying to implement a way to calculate thermal bridges in the ground surfaces and the only thing that is missing is that I need to get the Edges. I can get the Point3d
but the thing I really like to have access to is the SketchUp's own entities of the OpenStudio model which in this case is the Edges. So how does one do this. How to get the matching entity of an OpenStudio model?
Comments
comment cancelled
What do you need in an edge beyond the two endpoints?
@AmirRoth: I need to give them properties like first of all an ID like the normal IDF object Handles and also I need to know which surfaces includes the edge and several other stuff. I can of course do this on my own but if there be a chance to use the Edges my life will be a lot easier
I think you will need to roll this on your own.