hm_getcoordinates

Gets the coordinates of the point whose ID is given as the argument.

Syntax

hm_getcoordinates entityType pointID

Type

HyperMesh Tcl Query

Description

Gets the coordinates of the point whose ID is given as the argument.

Inputs

entityType
The type of the entity. Only points are currently supported.
pointID
The ID of the point.

Example

hm_getcoordinates point 73

Errors

None.