
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am working on some ways to automate the creation of curtain wall types in a project.
To do this I would like to first automate the creation of custom MullionTypes by iterating through the family types within a custom Profile family and creating generating a new MullionType for each.
Example steps:
1. Import profile_family with 3 types:
- intermediate_mullion
- post_mullion
- doorframe_mullion
2. Get list of symbols from profile_family
3. For each symbol, create a MullionType under the Rectangular Mullion familly
4. Create new WallType of kind Curtain or duplicate an existing. Rename.
5. Set new walltype parameters, use the the previously created MullionTypes in setting the Border1,Border2, and Interior parameters.
Im stuck though on how one would create a MullionType with the custom profiles. Using RevitLookup I cannot see where the Profile can be set. Within the ParameterSet, the "Profile" parameter doesn't provide access.
Help!
Solved! Go to Solution.