Changes between Initial Version and Version 3 of Ticket #4851
- Timestamp:
- 02/18/21 00:27:50 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4851
- Property Summary toTopoGeom(TopoGeometry, TopoGeometry) → TopoGeom_addTopoGeom(tgt TopoGeometry, src TopoGeometry)
-
TabularUnified Ticket #4851 – Description
initial v3 1 A function adding components of the first TopoGeometry to the definition of the secondTopoGeometry.1 A function adding components of the second TopoGeometry to the definition of the first TopoGeometry. 2 2 3 This is similar to the existing toTopoGeom(Geometry, TopoGeometry) but works on TopoGeometries directly.3 This is similar to the existing TopoGeom_addElement but adds all elements of the source TopoGeometry. 4 4 5 The function as I see it should ONLY work at the topological level, so no conversion of any kind. Thetwo argument TopoGeometries MUST belong to the SAME topology and need be of the same kind (simple or, hierarchically defined by the SAME lower layer)5 The two argument TopoGeometries MUST belong to the SAME topology and need be of the same kind (simple or, hierarchically defined by the SAME lower layer)