gustaf.vertices.Vertices#
- class gustaf.vertices.Vertices(vertices=None)[source]#
Bases:
GustafBase
Methods
Returns bounds of the vertices.
Returns diagonal vector of the bounding box.
Returns norm of bounds diagonal.
Vertices.concat
(*instances)Sequentially put them together to make one object.
Returns deepcopy of self.
Vertices.merge_vertices
([tolerance])Based on unique vertices, merge vertices if it is mergeable.
Removes vertices with given vertex ids.
Vertices.select_vertices
(ranges)Returns vertices inside the given range.
Vertices.show
(**kwargs)Show current object using visualization backend.
Vertices.showable
(**kwargs)Returns showable object, meaning object of visualization backend.
Vertices.unique_vertices
([tolerance])Returns a namedtuple that holds unique vertices info.
Vertices.update_vertices
(mask[, inverse])Update vertices with a mask.
Attributes
Returns non-mutable view of vertices.
Returns a show option manager for this object.
Returns vertex_data manager.
Returns vertices.
"what am i"?