Controlling size of flex as it is created with API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
I'm running into a minor issue while creating flex with the API.
You see - I am currently using the following API routine to create Flex Duct.
Autodesk.Revit.Creation.Document.NewFlexDuct(connector1, connector2, flexTypeId);
So far, this has been the most consistent method of putting together flex. I have not had much luck putting together a system that builds flex well with points, so I've opted for using the connector method.
The issue I am having is that I cannot control the size of the flex as it comes in, so when I call this method it will automatically connect to my connectors which on its own is fine. The problem is that, since I cannot control the size, I'm getting transition/reducers everywhere because Revit wants to put those down since I am, in essence, trying to connect a 12" flex to another size (12" being the default it seems).
So, does anyone know a way to work around this issue so I can stop having Revit dump a bunch of reducers/transitions on my connectors?
Thanks!