TaggedNode#
- class planestress.pre.mesh.TaggedNode(tag: int, node_idx: int, x: float, y: float)[source]#
Bases:
TaggedEntityClass describing a tagged node.
- Parameters:
Methods
Converts the tagged node to a
shapelyPointobject.Attributes
tagnode_idxxy- to_shapely_point() Point[source]#
Converts the tagged node to a
shapelyPointobject.- Returns:
TaggedNodeas ashapely.Point.- Return type: