deleteArtificialVertexes method
void
deleteArtificialVertexes()
Deletes all vertexes and edges that have no Part associated with them. @expose
Implementation
void deleteArtificialVertexes() {
_i4.callMethod(
this,
'deleteArtificialVertexes',
[],
);
}