How to parameterize a closed mesh? #6748
Answered
by
MaelRL
breakerrorchen
asked this question in
Q&A
-
|
I have another closed surface and no border. Is there any way to parameterize it? |
Beta Was this translation helpful? Give feedback.
Answered by
MaelRL
Jul 11, 2022
Replies: 1 comment
-
|
You can either use a parameterization method which is designed for topological balls (Orbifold_Tutte_parameterizer_3) or create artificial, combinatorial boundaries on your mesh with the class |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MaelRL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can either use a parameterization method which is designed for topological balls (Orbifold_Tutte_parameterizer_3) or create artificial, combinatorial boundaries on your mesh with the class
CGAL::Seam_meshsuch that it becomes a topological disk, see this example.