poIMeasure GetEntityList
Gets a list of measure entities.
Syntax
poIMeasure_handle GetEntityList
Application
HyperView Tcl Query
Description
- Position, Relative Displacement, Distance Between, Incremental Distance, Relative Angle, Angle Between, Incremental Angle
{<model id> <part pool> <part id> <node pool> <node id>}
- Minimum Distance
{<model id> <part pool> <part id> <entity pool> <entity id> <model id> <part pool> <part id> <entity pool> <entity id>}
Example
To get the entity list for a measure with ID 3:
hwi OpenStack
hwi GetSessionHandle sess
sess GetProjectHandle proj
proj GetPageHandle page [proj GetActivePage]
page GetWindowHandle win [page GetActiveWindow]
win GetClientHandle client
client GetMeasureHandle measure 3
measure GetEntityList
hwi CloseStack
Errors
None.