@exists()

Indicates if a pointer is pointing to an entity or if it is set to NULL.

Syntax

@exists (pointer)

Type

HyperMesh Template Function

Inputs

pointer
A pointer to an entity. If the pointer is pointing to an entity, the function returns 1. If not, the function returns 0.