File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,9 @@ Generates a new mesh containing all the data of the individual meshes.
237237
238238If all meshes are consistent in their use of FaceViews they will be preserved.
239239Otherwise all of them will be converted with `clear_faceviews(mesh)`.
240+
241+ This function will generate `views` in the new mesh which correspond to the
242+ inputs of this function.
240243"""
241244function Base. merge (meshes:: AbstractVector{<:Mesh} )
242245 return if isempty (meshes)
331334
332335Returns the given `mesh` if it contains no FaceViews. Otherwise, generates a new
333336mesh that contains no FaceViews, reordering and duplicating vertex atttributes
334- as necessary.
337+ as necessary. If the mesh has `views` they will be adjusted as needed to produce
338+ the same submeshes.
335339"""
336340function clear_faceviews (mesh:: Mesh )
337341 main_fs = faces (mesh)
You can’t perform that action at this time.
0 commit comments