Message 1 of 6
Connect transition to another fitting and force it to regenerate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a 50 mm x 110 mm transition, 40 mm elbow and 110 mm pipe. When I connect all with
connector.ConnectTo(anotherConnector)
Everything gets connected but the trouble is that the transition family won't regenerate until I e.g. manually drag a pipe a little bit, only then it changes to 40 x 110 mm transition.
Is there any simple way to achieve the regeration via API?
PS:
doc.Regenerate()
won't do the job
I know I could instead delete my transition and create a new one using
Document.NewTransitionFitting()
but I hoped I could skip such a hassle.