ExtrudedTriangular.Element Class¶
-
class
ExtrudedTriangular.Element¶ Element (FEM-like, triangle) of the :py:class:`mesh.ExtrudedTriangular
Methods¶
bottom_node(index) |
coordinates of the bottom base (triangle) vertex |
top_node(index) |
coordinates of the top base (triangle) vertex |
Attributes¶
area |
Volume of the element |
bottom_nodes |
coordinates of the bottom base (triangle) vertices |
box |
bounding box of the element |
center |
Position of the element center |
top_nodes |
coordinates of the top base (triangle) vertices |
volume |
Alias for area |
Descriptions¶
Method Details¶
-
ExtrudedTriangular.Element.bottom_node(index)¶ coordinates of the bottom base (triangle) vertex
-
ExtrudedTriangular.Element.top_node(index)¶ coordinates of the top base (triangle) vertex
Attribute Details¶
-
ExtrudedTriangular.Element.area¶ Volume of the element
-
ExtrudedTriangular.Element.bottom_nodes¶ coordinates of the bottom base (triangle) vertices
-
ExtrudedTriangular.Element.box¶ bounding box of the element
-
ExtrudedTriangular.Element.center¶ Position of the element center
-
ExtrudedTriangular.Element.top_nodes¶ coordinates of the top base (triangle) vertices