TaggedNode#

class planestress.pre.mesh.TaggedNode(tag: int, node_idx: int, x: float, y: float)[source]#

Bases: TaggedEntity

Class describing a tagged node.

Parameters:
  • tag (int) – Gmsh node tag.

  • node_idx (int) – Index of node in mesh.

  • x (float) – x location of the node.

  • y (float) – y location of the node.

Methods

to_shapely_point

Converts the tagged node to a shapely Point object.

Attributes

tag

node_idx

x

y

to_shapely_point() Point[source]#

Converts the tagged node to a shapely Point object.

Returns:

TaggedNode as a shapely.Point.

Return type:

Point