hm_getsurfaceuvatcoordinate
Returns the nearest surface u,v coordinate from a given x, y, z location.
Syntax
hm_getsurfaceuvatcoordinate surface_id x y z
Type
HyperMesh Tcl Query Command
Description
Returns the nearest surface u,v coordinate from a given x, y, z location.
- Point snapped to Edge
- Point snapped to Edge End
- Point snapped to Edge Start
- Point snapped interior to the Surface
- Point snapped to Vertex
Inputs
- surface_id
- The ID of the surface to query.
- x
- The x coordinate of the point.
- y
- The y coordinate of the point.
- z
- The z coordinate of the point.
Examples
hm_getsurfaceuvatcoordinate 26 1702.4653 403.6108 777.5562
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020