Message 1 of 5
dimensioning curtain wall mullions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Back again. Stepping up my game.
I want to dim the vertical mullions. the width of 'm.
mullion width - panel width - mullion width.
Approach:
- cgmi = curtainwall.CurtainGrid.GetMullionsIds() __ a list of mullion id's
- loop that .. for each cwe in cgmi: GetElement(cwe) __ a list of GeometryElements
- loop that .. for each cwe.get_Geometry(opt) & use only the solids
- grab faces,
- grab normals,
- check parralels,
- check horizontals,
- get ref.
- dim.
I'm pretty sure that will work (as I did for cw outline dimensioning) but: is it the logical / fastest / cleanest way?
love python coding