Rectangular3D.Element Class¶
-
class
Rectangular3D.
Element
¶ Element (FEM-like, rectangular) of the
Rectangular3D
mesh
Attributes¶
back |
Position of the back edge of the element |
bottom |
Position of the bottom edge of the element |
box |
Bounding box of the element |
center |
Position of the element center |
depth |
Depth of the element |
front |
Position of the front edge of the element |
height |
Height of the element |
index |
Element index |
index0 |
Element index in the first axis |
index1 |
Element index in the second axis |
index2 |
Element index in the third 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 |
Volume of the element |
width |
Width of the element |
Descriptions¶
Attribute Details¶
-
Rectangular3D.Element.
back
¶ Position of the back edge of the element
-
Rectangular3D.Element.
bottom
¶ Position of the bottom edge of the element
-
Rectangular3D.Element.
box
¶ Bounding box of the element
-
Rectangular3D.Element.
center
¶ Position of the element center
-
Rectangular3D.Element.
depth
¶ Depth of the element
-
Rectangular3D.Element.
front
¶ Position of the front edge of the element
-
Rectangular3D.Element.
height
¶ Height of the element
-
Rectangular3D.Element.
index
¶ Element index
-
Rectangular3D.Element.
index0
¶ Element index in the first axis
-
Rectangular3D.Element.
index1
¶ Element index in the second axis
-
Rectangular3D.Element.
index2
¶ Element index in the third axis
-
Rectangular3D.Element.
left
¶ Position of the left edge of the element
-
Rectangular3D.Element.
nodes
¶ Indices of the element vertices on the original mesh
Order of the vertices is back bottom left, back bottom right, top left, back top right, front bottom left, front bottom right, front top left, and front top right.
-
Rectangular3D.Element.
right
¶ Position of the right edge of the element
-
Rectangular3D.Element.
top
¶ Position of the top edge of the element
-
Rectangular3D.Element.
volume
¶ Volume of the element
-
Rectangular3D.Element.
width
¶ Width of the element