- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I use the code below to take list of the objects by storey with no problem:
Dim oSel As RobotSelection = str.Selections.CreateByStorey(IRobotObjectType.I_OT_OBJECT, Storey.Name)
But I do the same code but for the NODES (see code here below), it give the wrong selection for the list of node BY STOREY:
Dim nSel As RobotSelection = str.Selections.CreateByStorey(IRobotObjectType.I_OT_NODE, Storey.Name)
Robot's error?
So that I have to do the list by looping and by comparing all of the nodes with there Z with STOREY.TopLevel.
But it takes time when excecuting.
Someone can tell why the code below doesn't work well?
Dim nSel As RobotSelection = str.Selections.CreateByStorey(IRobotObjectType.I_OT_NODE, Storey.Name)
Best regards,
Dong HUA
Solved! Go to Solution.