Replies: 1 comment 2 replies
-
TiGL provides some simple Boolean operations via its C-interface, see https://dlr-sc.github.io/tigl/doc/latest/group__BooleanFunctions.html. For instance, with Note however, that TiGL only supports planar profiles. If you use nonplanar profiles, there is no guarantee that the geometry generation works. What is your use case? Why do you need non-planar fuselage profiles? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear community,
I have fuselage with three dimensional profile points with curved points with coordinate components in the x-direction. Querying the points to generate a mesh using the standard eta-zeta convention builds up a cross section in space rather than on plane. In order overcome this issue, I want query points for a given eta and on a plane. Is there any function on tigl to provide such query for the fuselages? I think a similar function is provided for the wings (e.g. tiglWingGetUpperPointAtDirection).
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions