hm_ce_gettestpoints
Gets the test point(s) from the connector.
Syntax
hm_ce_gettestpoints ce_id
Type
HyperMesh Tcl Query Command
Description
Gets the test point(s) from the connector.
Inputs
- ce_id
- The ID of the connector.
Example
To get the test point(s) location from the connector:
set ce_id [ hm_entitymaxid CONNECTORS];
set pt_cords [ hm_ce_gettestpoints $ce_id];
If the connector is created at a node/point, the coordinate of the node/point is returned. If the connector is created using a line, all the points along the line are returned. The number of points will depend on the offset, spacing, and density values defined.
Errors
None.