HMIN_system_getfirstpointer()

Retrieves the first pointer to a system.

Syntax

HMIN_systempointer HMIN_system_getfirstpointer(void);

Type

HyperMesh hminlib Function

Description

Retrieves the first pointer to a system.

Example

The pointer to the first system.

This function is called to find the first pointer; subsequent system pointers are retrieved by calling HMIN_system_getnextpointer().

Errors

None.