4.1.8. Vertex_Link¶
-
class
pyprom.lib.locations.vertex_link.Vertex_Link(localPoint, remotePoint, distance, remote_container=None)[source]¶ Vertex_Link connects a vertex
pyprom.lib.locations.gridpoint.GridPointfrom one feature to a vertex from another. These are used in Internal Saddle Networks.-
__init__(localPoint, remotePoint, distance, remote_container=None)[source]¶ - Parameters
localPoint (
pyprom.lib.locations.gridpoint.GridPoint) – relative (local) GridPoint (vertex)remotePoint (
pyprom.lib.locations.gridpoint.GridPoint) – relative (remote) GridPoint (vertex)distance (int, float) – distance between points.
remote_container (
pyprom.lib.containers.feature_verticies.Feature_Verticies) – Remote linked vertex container.
-
__str__()¶ - Returns
String representation of this object
-
__unicode__()¶ - Returns
String representation of this object
-
__weakref__¶ list of weak references to the object (if defined)
-