-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull request #71 IFC error #73
Comments
Perhaps this could be the reason? |
What exactly do you mean with this? |
Well, it's not valid STEP syntax, so it could be, that the reader has problems with figuring out, what entity it is, and thus flags the shape representation as false. This is just a wild guess. |
Ok, I see you've updated the IFC file to remove the error. Do you still get the same error, though? |
I ran the KIT checker locally on a new version of the file (which I hadn't updated here - hence the confusion). The errors refer to the file that is currently uploaded. |
I can't see what is wrong. The first refers to the horizontal alignment which refers to the IfcCompositeCurve which starts with a 2D line. The second refers to the vertical alignment which refers to an IfcGradientCurve which starts with a curve segment/IfcPolynomialCurve. |
Then, I'm really confused. I come to the same conclusions as you. Looking at the code below, though: there is no |
Fixed in the recent updates to the schema and checker. |
See #71 : I get the following error from KIT checker for the alignment file:
#56=IFCSHAPEREPRESENTATION(#55,'Axis','Curve2D',(#50))
#107=IFCSHAPEREPRESENTATION(#55,'Axis','Curve3D',(#106))
EDIT: markdown formatting
The text was updated successfully, but these errors were encountered: