Rectangular2D.Element Class¶
-
class
Rectangular2D.
Element
¶ Element (FEM-like, rectangular) of the
Rectangular2D
mesh
Attributes¶
area |
Area of the element |
bottom |
Position of the bottom edge of the element |
box |
Bounding box of the element |
center |
Position of the element center |
height |
Height of the element |
index |
Element index |
index0 |
Element index in the first axis |
index1 |
Element index in the second axis |
left |
Position of the left edge of the element |
nodes |
Indices of the element vertices on the original mesh |
right |
Position of the right edge of the element |
top |
Position of the top edge of the element |
volume |
Alias for area |
width |
Width of the element |
Descriptions¶
Attribute Details¶
-
Rectangular2D.Element.
area
¶ Area of the element
-
Rectangular2D.Element.
bottom
¶ Position of the bottom edge of the element
-
Rectangular2D.Element.
box
¶ Bounding box of the element
-
Rectangular2D.Element.
center
¶ Position of the element center
-
Rectangular2D.Element.
height
¶ Height of the element
-
Rectangular2D.Element.
index
¶ Element index
-
Rectangular2D.Element.
index0
¶ Element index in the first axis
-
Rectangular2D.Element.
index1
¶ Element index in the second axis
-
Rectangular2D.Element.
left
¶ Position of the left edge of the element
-
Rectangular2D.Element.
nodes
¶ Indices of the element vertices on the original mesh
Order of the vertices is bottom left, bottom right, top left, and top right.
-
Rectangular2D.Element.
right
¶ Position of the right edge of the element
-
Rectangular2D.Element.
top
¶ Position of the top edge of the element
-
Rectangular2D.Element.
width
¶ Width of the element