ExtrudedTriangular.Element Class¶
- class ExtrudedTriangular.Element¶
Element (FEM-like, triangle) of the :py:class:`mesh.ExtrudedTriangular
Methods¶
|
coordinates of the bottom base (triangle) vertex |
|
coordinates of the top base (triangle) vertex |
Attributes¶
Volume of the element |
|
coordinates of the bottom base (triangle) vertices |
|
bounding box of the element |
|
Position of the element center |
|
coordinates of the top base (triangle) vertices |
|
Alias for |
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 = <property object>¶
Volume of the element
- ExtrudedTriangular.Element.bottom_nodes = <property object>¶
coordinates of the bottom base (triangle) vertices
- ExtrudedTriangular.Element.box = <property object>¶
bounding box of the element
- ExtrudedTriangular.Element.center = <property object>¶
Position of the element center
- ExtrudedTriangular.Element.top_nodes = <property object>¶
coordinates of the top base (triangle) vertices