Defines a mesh element.
Declaration Syntax
public interface IElement
Table 1819: Members
Property | Area |
Gets the area of the element. |
Property | Centroid |
Gets the centroid of the element. |
Property | CornerNodeCount |
Gets the number of corner nodes. |
Property | CornerNodeIds |
Gets the list of corner node IDs associated to the element. |
Property | CornerNodes |
Gets the list of corner nodes associated to the element. |
Property | Dimension |
Gets the dimension of the element. |
Property | Id |
Gets the id of the element. |
Property | NodeIds |
Gets the list of node IDs associated to the element. |
Property | Nodes |
Gets a list of nodes associated to the element. |
Property | Type |
Gets the element type. |
Property | Volume |
Gets the volume of the element. |