Vertex

class itasca.dfn.vertex.Vertex

Objects of this type should not be created (instantiated) directly in Python. Use the module functions that return instances of this type.

id() int.

Get the vertex id.

pos() vec.

Get the vertex location (vector).

pos_x() float.

Get the x-component of the vertex location.

pos_y() float.

Get the y-component of the vertex location.

pos_z() float.

Get the z-component of the vertex location.