Name

Equals — Returns true if two topogeometries are composed of the same topology primitives.

Synopsis

boolean Equals(topogeometry tg1, topogeometry tg2);

Descrizione

Returns true if two topogeometries are composed of the same topology primitives: faces, edges, nodes.

[Note]

This function not supported for topogeometries that are geometry collections. It also can not compare topogeometries from different topologies.

Disponibilità: 1.1.0

Questa funzione supporta il 3d e non distrugge gli z-index.

Esempi