Message 1 of 3
preventing from duplication or intersection of instances on a point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone, I wrote a code to place new desired instances on specific points with NewFamilyInstance() method. How should I prevent adding instance on the points that there is same or other types of instances on them before (Check if there is an instance on the point or not)? somehow preventing from duplication or intersection of instances on a point.