Skip to content

ComparisonResult

Canonical path: NemAll_Python_Geometry.ComparisonResult

Bases: Enum

Enumeration of comparison result

SameEdge : Same edge InvertedEdge : Interted edge DifferentEdge: Different edge

DifferentEdge class-attribute instance-attribute

DifferentEdge = 2

InvertedEdge class-attribute instance-attribute

InvertedEdge = 1

SameEdge class-attribute instance-attribute

SameEdge = 0
Placeholder