Interface: IElement

Defines a mesh element.

Properties

Name Description
Area Gets the area of the element.
Centroid Gets the centroid of the element.
CornerNodeCount Gets the number of corner nodes.
CornerNodeIds Gets the list of corner node IDs associated to the element.
CornerNodes Gets the list of corner nodes associated to the element.
Dimension Gets the dimension of the element.
Id Gets the id of the element.
NodeIds Gets the list of node IDs associated to the element.
Nodes Gets a list of nodes associated to the element.
Type Gets the element type.
Volume Gets the volume of the element.