Access IsReversed property from an IXbimEdge
Hi,
I have an "XBimEdge" object created using XbimGeometryEngine.Create() method. While debugging, I can see its IsReversed property but I can't use this property in the code. It is because the C# interface "IXbimEdge" doesn't contains the property.
We have to process edges, and by extension curves, and without this property we can't properly do this.
How can I retrieve this property ? Using reflection ? I don't really like reflection but, well, if it is the only solution ...
@martin1cerny Should we expose this property on the interface? And if so what about any other properties on the concrete implementations?
I think Steve mentioned that in re-working Geometry this might get mopped up anyway