Message 1 of 5

Not applicable
02-10-2016
03:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
is there a way of selecting finite elements on a floor?
I've tried the following but it selects something else.
IRobotStoreyMngr currentStorey = robApp.Project.Structure.Storeys.Get(1).Name; RobotSelection felemSelection = robApp.Project.Structure.Selections.CreateByStorey(IRobotObjectType.I_OT_FINITE_ELEMENT, currentStorey);
Solved! Go to Solution.