GeometryGym / GeometryGymIFC

C# classes to generate and parse OpenBIM IFC files
Other
269 stars 97 forks source link

IfcOffsetCurve3D typo in refDirection #91

Open CJAndrew84 opened 1 year ago

CJAndrew84 commented 1 year ago

image

image

highlighted here from the code its a self reference as its RefDirection when it should be refDirection.

CJAndrew84 commented 1 year ago

@jmirtsch this is causing issues in Validate.B image image

jmirtsch commented 1 year ago

Thanks for reporting these. IfcOffsetCurve3D is a concept in IFC that I've not seen used, and expectation about support should be minimal. You have identified a couple of related bugs to this concept in the toolkit, I've revised this in the latest commit and nuget package. Let me know if you spot aspects that are still amiss.

CJAndrew84 commented 1 year ago

Thanks Jon

CJAndrew84 commented 1 year ago

That sorted it Jon Thanks image image