Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Pitiot
CGoGN
Commits
b5e60b14
Commit
b5e60b14
authored
Mar 14, 2013
by
Sylvain Thery
Browse files
can import non manifold into 2-Maps (with boundaries)
parent
549ab145
Changes
1
Show whitespace changes
Inline
Side-by-side
include/Algo/Import/importMesh.hpp
View file @
b5e60b14
...
...
@@ -110,10 +110,13 @@ bool importMesh(typename PFP::MAP& map, MeshTablesSurface<PFP>& mts)
}
if
(
good_dart
!=
NIL
)
{
if
((
d
!=
map
.
phi2
(
d
))
&&
(
good_dart
!=
map
.
phi2
(
good_dart
))
)
{
map
.
sewFaces
(
d
,
good_dart
,
false
);
m
.
unmarkOrbit
<
EDGE
>
(
d
);
}
}
else
{
m
.
unmark
(
d
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment