Message 1 of 4
Create FlexPipe and Connect it to a given Connector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I created a FlexPipe using the AI :
Autodesk.Revit.DB.Plumbing.FlexPipe pipe = Autodesk.Revit.DB.Plumbing.FlexPipe.Create(myDoc, systemTypeId, pipeTypeId, idLvl, -XYZ.BasisZ, -XYZ.BasisZ, trajet);
You have to believe me on the fact that all the parameters are correct because it actually creates my FlexPipe.
The thing is: the FlexPipe connects 2 connectors (in the present case a PipeFitting on one side, a radiator on the other side. But even if the System of the PipeFitting is known, the new FlexPipe does not belong to the given System.
Any idea how to do this ?