HMMOD_elementfindifexists()

Retrieves the pointer to an element if it exists.

Syntax

void * HMMOD_elementfindifexists(HM_entityidtype id);

Type

HyperMesh hmmodlib Function

Description

Retrieves the pointer to an element if it exists.

Inputs

id
The ID of the element to be located.

Example

A pointer to the element identified by ID.

Errors

None.