MeshModel.surface_vertices
- MeshModel.surface_vertices(tag)
Get the vertices of a surface.
- Parameters:
- tagint
The identifier of the surface.
- Returns:
- list[list[int]]
The vertices of the surface.
Get the vertices of a surface.
The identifier of the surface.
The vertices of the surface.