BaseMesh.vertices_on_boundary

BaseMesh.vertices_on_boundary(ordered=False)[source]

Find the vertices on the boundary.

Parameters

ordered (bool, optional) – If True, Return the vertices in the same order as they are found on the boundary. Default is False.

Returns

list – The vertices of the boundary.

Warning

If the vertices are requested in order, and the mesh has multiple borders, currently only the vertices of one of the borders will be returned.

Examples

>>>