dtcc.MultiSurface.mesh(triangle_size=None, weld=False) → Mesh Mesh a MultiSurface object into a Mesh object. Parameters:¶ triangle_size : float¶The maximum size of the triangles in the mesh (default None, no max size). weld : bool¶Whether to weld the vertices of the mesh (default False). Returns:¶ A Mesh object representing the meshed MultiSurface. Return type:¶ Mesh