TaggedLine#
- class planestress.pre.mesh.TaggedLine(tag: int, tagged_nodes: list[TaggedNode], elements: list[LineElement])[source]#
Bases:
TaggedEntityClass describing a tagged line.
- Parameters:
tag (int) – Gmsh line tag.
tagged_nodes (list[TaggedNode]) – List
TaggedNodeobjects at each end of line.elements (list[LineElement]) – List of
FiniteElementobjects along the line.
Methods
Converts the tagged line to a
shapelyLineobject.Attributes
tagtagged_nodeselements- to_shapely_line() LineString[source]#
Converts the tagged line to a
shapelyLineobject.- Returns:
TaggedLineas ashapely.LineString.- Return type: