Skip to content
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

IfcCurveBoundedPlane is not created property when inner boundaries are not present #103

Open
zf-autodesk opened this issue Jan 10, 2025 · 0 comments

Comments

@zf-autodesk
Copy link

There is an issue with IfcCurveBoundedPlane where if there if there are no internal boundaries, the file is showing it is internal boundaries as a null instead of an empty set. Null cannot show up in many IFC viewers such as Blender and it will also fail the IFC Validation

Original Creation:
#44= IFCCURVEBOUNDEDPLANE(#43,#40,$);

After modifying to:
#44= IFCCURVEBOUNDEDPLANE(#43,#40,());

The plane showed up and passed the validation as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant