Synopsis

(macro) STEP_ANCHOR *step_GetAnchor(int model, const char *name)

Purpose

Return the anchor for a given anchor name in a given STEP model.

Input

model

The STEP model that contains the anchor.

name

The name of the anchor.

Return

A pointer to an anchor if it exists, NULL if not.