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

Component intersections outside parent/child relations for fused IGES exports #939

Open
CLiersch opened this issue Jan 12, 2023 · 0 comments

Comments

@CLiersch
Copy link

Currently (TiGL V3.2.3), the fused IGES export from TiGL considers intersections between two components only, if they have a parent/child relation:
-> Imagine, you have two wings: an HTP and a VTP, both defined with the same fuselage as parent.
-> If you call the fused IGES export, you get a boolean addition of the fuselage solid body with both of the wing solid bodies.
But if HTP and VTP do also intersect each other, then the procedure fails and either VTP or HTP is missing in the output

Proposed solution: Consider the intersections between all elements when performing the boolean addition, instead of using only parent/child relations.

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