itasca.dfn.vertex.Vertex Class Methods
-
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.
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |