XbimEssentials icon indicating copy to clipboard operation
XbimEssentials copied to clipboard

Access IsReversed property from an IXbimEdge

Open JordanOlivet opened this issue 6 years ago • 1 comments

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 ...

JordanOlivet avatar Jan 24 '19 09:01 JordanOlivet

@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

andyward avatar Feb 08 '19 09:02 andyward