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