poIMeasure AddMinDistFromSet
Adds the entity set used as the "from" set.
Syntax
poIMeasure_handle AddMinDistFromSet set_id_str
Application
HyperView Tcl Modify
Description
This command will supply the measure object with the selection set containing the entities (components/elements/nodes) that will be used as the “from” side for minimum distance computation.
Inputs
- set_id_str
- The identifier for the selection set.
Example
hwi GetSessionHandle sess
sess GetProjectHandle proj
proj GetPageHandle page page_id
page GetWindowHandle window win_id
window GetClientHandle post
post GetMeasureHandle mindist measure_id
mindist AddMinDistFromSet set_id_str
Errors
Returns 0 if successful, otherwise an error code.