FormDiagram.corner_vertices

FormDiagram.corner_vertices(tol=160)

Identify the corner vertices on the boundary.

Parameters:
tolfloat, optional

The threshold value for the angle in degrees formed between two edges at a vertex on the boundary for it to be considered a corner. Vertices with smaller angles than the threshold are considered a corner.

Returns:
verticeslist[int]

The list of vertices filtered as corners.