Changes between Initial Version and Version 3 of Ticket #4851


Ignore:
Timestamp:
Feb 18, 2021, 12:27:50 AM (3 years ago)
Author:
strk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4851

    • Property Summary toTopoGeom(TopoGeometry, TopoGeometry)TopoGeom_addTopoGeom(tgt TopoGeometry, src TopoGeometry)
  • Ticket #4851 – Description

    initial v3  
    1 A function adding components of the first TopoGeometry to the definition of the second TopoGeometry.
     1A function adding components of the second TopoGeometry to the definition of the first TopoGeometry.
    22
    3 This is similar to the existing toTopoGeom(Geometry, TopoGeometry) but works on TopoGeometries directly.
     3This is similar to the existing TopoGeom_addElement but adds all elements of the source TopoGeometry.
    44
    5 The function as I see it should ONLY work at the topological level, so no conversion of any kind. 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)
     5The 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)