Message 1 of 1
Revit stucture element not recognized if points passed manully
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to recognize the Element in Revit structure by passing the Points XYZ (6710.740595290, 20357.447286130, -16.197018374)
I got this points when I run the selection code where I select the point on element say wall and it identifies the wall.
Now instead of selection I passed the same coordinates manually
XYZ point = new XYZ (6710.740595290, 20357.447286130, -16.197018374);
but now it does not recognizes the structural wall. not sure what difference is in selecting manually and by passing the coordinates directly tower select the Structural Element.
Any step missing while passing coordinates for structural Element selection.