Name | Description |
---|---|
ElementById(Int32) | Returns the element referenced by its id. |
ElementIdsFromNodeIds(IEnumerable<Int32>) | Returns the list of element ids associated to the given list of node ids. |
MeshRegionById(Int32) | Gets the mesh region associated to the specified geometry entity reference identifier. |
NodeById(Int32) | Returns the node referenced by its id. |
NodeIdsFromElementIds(IEnumerable<Int32>) | Returns the list of node ids associated to the given list of element ids. |
Name | Description |
---|---|
ElementCount | Gets the number of elements of the mesh. |
ElementIds | Gets the list of all element ids of the mesh. |
Elements | Gets the list of all elements of the mesh. |
NodeCount | Gets the number of nodes of the mesh. |
NodeIds | Gets the list of all node IDs of the mesh. |
Nodes | Gets the list of all nodes of the mesh. |
Unit | Returns the length unit of the mesh. |
UseCache | Gets or sets the UseCache flag. |