You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AroundVertex: add optional to return type (93bfcb4)
Clone: fix edges and facets issues (reordering, attribute loss) during Surface and Solid cloning (abb6682)
Clone: fix edges and facets reordering issues (acafca7)
IO: Section model boundaries was not saved (2e78dd8)
Mesh facets: move management of edges and facets in interface (no more needs to manage edges and facets when adding a custom mesh implementation) (c15a8ff)
Model: improve dynamic mesh type loading (583e787)
ModelCopyMapping: open design of copy information on Components mappings to add information from arbitrary collections (4d5aa0a)
Naming: modify naming of BRep and Section methods related to model boundary items (7e3b7c5)
NO_ID: limit NO_ID usage to implementation detail (9040df1)
PolygonsAroundVertex: use PolygonVertex instead of PolygonEdge (2aaafb4)
Python: add bindings for MeshComponentVertex (016cacf)
Relationships: renaming Embedded to Embedding (ece8204)
VertexSet: OpenGeodeVertexSet IO not registered in factories (28125af)
SolidMesh: add a generic class for solid mesh (f6d94ad)
SolidView: add View for Tetra and PolyhedralSolid (2e8100d)
SurfaceMesh: additional abstract layer in mesh inheritance (c5c7b70)
TriangulatedSurfaceView: new mesh view class (84450d6)
BREAKING CHANGES
SurfaceMesh: surface mesh inheritance changed
SolidMesh: change inheritance of Poly and TetrahedralSolid
MeshFactory: new MeshType refers to mesh category (eg. PointSet, Graph), old MeshType is renamed in MeshImpl and refers to the mesh implementation name