hm_getverticesfromedge

Get surface edge endpoints.

Syntax

hm_getverticesfromedge edgeID

Type

HyperMesh Tcl Query Command

Description

Get surface edge endpoints.

Inputs

edgeID
The ID of the surface edge.

Example

List containing two IDs of edge endpoints.

hm_getverticesfromedge 12

For a closed edge that starts and ends at the same point, the returned list still contains two entries, both equal to the same point ID.

The points order in the returned list reflects the parametric direction of the edge; the first point corresponds to the smallest parameter value.

Errors

None.