- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
Sorry iam new here, but i have a problem that hope u guys help me solve it, iam trying to make a revit API that copies fixtures along with their circuits and its parameters from one floor to another, so far i have achieved all of that except for a problem that when i copy with the fixtures with their wires i get the following error : " Some connectors to be added into the system already have been used" at this line of code : Newelectricalsystem.add(connectorset), which i use to add the rest of the connectors to the new electrical system after it has been created (I add elements to my circuits at connector level not at family instance level because i have fixture with multiple connectors in it) , the only workaround i found was to use method connector.disconnectfrom(connector) to disconnect wire connectors and connect them again later, but the problem here is this causes some offset to the end points of the wire with fixtures intersection, Any Help Please ?
Solved! Go to Solution.