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

Fix #433: Reimplementation of IfcFixedReferenceSweptAreaSolid #458

Conversation

christophKaiser
Copy link
Collaborator

@christophKaiser christophKaiser commented May 27, 2021

Fixes #433

The function was implemented by pull request #406. The code of this reimplementation was copied (with slight adaptions of variable names and one function parameter) from commit 6035ec2 "implemented support for IfcFixedReferenceSweptAreaSolid" (Stefan Jaud, 15th March 2021), respectively commit c0f621c "Merge pull request #406 from pjanck/Solving405" (Stefan Jaud, 16th March 2021).

Now, the opening of the file in the viewport (UI) and execution of the unit test work again.

I was interested in how the function convertIfcFixedReferenceSweptAreaSolid generates the surface with PolyhedronData, because my current issues about IfcAdvancedBrep with involved IfcBSplineSurfaceWithKnots probably will have to deal with PolyhedronData as well. Surprisingly, the function was empty. It seems like the code was somehow lost by a merge commit.

form previous commit 6035ec2 "implemented sopport for IfcFixedReferenceSweptAreaSolid (Stefan Jaud, 15th March 2021), respectively commit c0f621c "Merge pull request # 406 from pjanck/Solving405" (Stefan Jaud, 16th March 2021)
@christophKaiser christophKaiser self-assigned this May 27, 2021
@christophKaiser christophKaiser added example-files Issue related to failing reading an example file IFC Content related to Industry Foundation Classes (IFC) functionalities bug Something isn't working labels May 27, 2021
@christophKaiser christophKaiser changed the title Fix 433: Reimplementation of IfcFixedReferenceSweptAreaSolid Fix #433: Reimplementation of IfcFixedReferenceSweptAreaSolid May 27, 2021
Copy link
Contributor

@pjanck pjanck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the catch!

@pjanck pjanck merged commit 43514dc into tumcms:development May 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working example-files Issue related to failing reading an example file IFC Content related to Industry Foundation Classes (IFC) functionalities
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Geometry is not shown in "fixed-reference-swept-area-solid" unit test
2 participants