HM_ExtAPI::MeshGetGridCount()

Returns total number of mesh grid points in a mesh object.

Syntax

bool MeshGetGridCount(
const HM_EntityMesh& hmesh,
int& grid_count
);

Type

HyperMesh Ext API Function

Description

If the function succeeds, the return value is true. If the function fails, the return value is false. To get extended value information, call HM_ExtAPI::GetLastErrorCode().

Requires including hm_extapi.h.

Inputs

hmesh
[in] - Handle to mesh object that was returned by previous calls to API functions.
grid_count
[out] - Total number of grid points in the mesh referenced by mesh object.

Errors

None.