Message 1 of 12
Wall wrapping layer geometry

Not applicable
ā10-31-2017
05:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I'm currently working with Revit Wall layers and trying to get the geometry information from each layer. I found a solution on Jeremy's blog using PartUtils.GetAssociatedParts() to solve the problem: http://thebuildingcoder.typepad.com/blog/2011/10/retrieving-detailed-wall-layer-geometry.html
This approach works great for layers without wrapping and joint walls, but it fails to detect the wrapping part.
I attached the wall with layers named WrappingLayerWall.png, and the result using Create Parts Tool in Revit (same as the PartUtils APIš CreateParts.png in attachments.
In this case I have no way to tell if or where the layers are wrapped since it fails to return the wrapping information.
Is there any way that we can separate the wall by different materials? Otherwise do you have any suggestions on retrieving wrapping layer geometry?
Thanks!
Best,
Siwan