changed the split_copy overloaded function with edgehandle as first
parameter tzo always copy internal properties
This commit is contained in:
@@ -494,7 +494,7 @@ void TriConnectivity::split_copy(EdgeHandle _eh, VertexHandle _vh)
|
|||||||
// Copy the properties of the original edge to all neighbor edges that
|
// Copy the properties of the original edge to all neighbor edges that
|
||||||
// have been created
|
// have been created
|
||||||
for(VEIter ve_it = ve_iter(_vh); ve_it.is_valid(); ++ve_it)
|
for(VEIter ve_it = ve_iter(_vh); ve_it.is_valid(); ++ve_it)
|
||||||
copy_all_properties(_eh, *ve_it);
|
copy_all_properties(_eh, *ve_it, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
}// namespace OpenMesh
|
}// namespace OpenMesh
|
||||||
|
|||||||
Reference in New Issue
Block a user