IMeshData

Defines a mesh data model.

Declaration Syntax

public interface IMeshData

Table 1821: Members

Property

ElementCount

Gets the number of elements of the mesh.

Property

ElementIds

Gets the list of all element ids of the mesh.

Property

Elements

Gets the list of all elements of the mesh.

Property

NodeCount

Gets the number of nodes of the mesh.

Property

NodeIds

Gets the list of all node IDs of the mesh.

Property

Nodes

Gets the list of all nodes of the mesh.

Property

Unit

Returns the length unit of the mesh.

Property

UseCache

Gets or sets the UseCache flag.

Method

ElementById(int)

Returns the element referenced by its id.

Method

ElementIdsFromNodeIds(IEnumerable<int>)

Returns the list of element ids associated to the given list of node ids.

Method

MeshRegionById(int)

Gets the mesh region associated to the specified geometry entity reference identifier.

Method

NodeById(int)

Returns the node referenced by its id.

Method

NodeIdsFromElementIds(IEnumerable<int>)

Returns the list of node ids associated to the given list of element ids.