Delete connected union fitting doesn't automatically join curves in Revit 2021
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Current Revit API doesn't seems to contains any easy method to join two curves to one curve. Of course you can create own join method which can be done like that in duct case:
1. Delete taps from one duct if exists
2. Disconnect side connected terminals from one duct if exists
3. Delete duct which doesn't contain taps or terminals and move another duct end to same location where farthest connector of deleted duct was. Connect also moved connector if it has been earlier connected.
4. Create taps again. Revit API doesn't support connect tap again therefore we have to create them again. Rotate tap exactly same way and also make sure tap tap is exactly same type. Also this phase all instances parameters should be copied from old tap to new tap.
5. Connect side connected terminals back to the duct.
Is there any easier way to implement that. Earlier it was possible to use this auto join functionality when union fitting is deleted but it doesn't seems to work anymore in Revit 2021.