HM_Point

Contains information about a point in three-dimensional space.

Syntax

struct HM_Point {
double xyz[3];
};

Type

HyperMesh Ext API Function

Description

This structure contains information about a point in three-dimensional space.

The structure information is declared in hm_extapi.h.

The members are: xyz

Inputs

xyz
X, Y and Z coordinates of a point represented by the HM_Point structure.

Errors

None.