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