trimesh
trimesh copied to clipboard
[WIP] Refactor Path
trimesh.Path is one of the older parts of the library and has some warts. To match the data model of Shapely more closely the following fields were moved:
Path2D.polygons_closed->Path2D.linear_ringPath2D.polygons_full->Path2D.polygonsPath2D.paths->Path2D.entity_cyclesPath2D.discrete->Path2D.discrete_cycles
There are wrappers with deprecation warnings for the old methods for now.