GeometryEdge
Canonical path: NemAll_Python_Geometry.GeometryEdge
Geometry edge Identification of any edge via point indices, not via point coordinates.
Set
Set(edge: Kanten_t)
SetEndIndex
Set end index
Index is not checked, you set anything.
Parameters:
-
index
(int
) –End index.
SetStartIndex
Set start index
Index is not checked, you set anything.
Parameters:
-
index
(int
) –Start index.
__eq__
__eq__(edge: GeometryEdge) -> object
Comparison of edges without tolerance.
Be careful, this method work without tolerance!
Parameters:
-
edge
(GeometryEdge
) –Compared edge.
Returns:
-
object
–True when edges are equal, otherwise false.
__init__
overloaded
Initialize
Constructor
Parameters:
-
startIndex
(int
) –Start index of vertex.
-
endIndex
(int
) –End index of vertex.
__init__(edge: GeometryEdge)
__init__(edge: Kanten_t)
Copy constructor from old Allplan structure
Parameters:
-
edge
(Kanten_t
) –Edge which will be copied.
Placeholder