DynamoRevit icon indicating copy to clipboard operation
DynamoRevit copied to clipboard

Element.Geometry not retrieving correct geometry from Element.GetParts

Open koloranek opened this issue 7 years ago • 2 comments

If this issue is not a bug report or improvement request, please check the Dynamo forum, and start a thread there to discuss your issue.

Dynamo version

(Which version of Dynamo are you using? Go to Help > About if you're not sure.)

Revit version

2018 (18.0.0.420)

Operating system

Windows 10

What did you do?

Retrieved parts for a list of walls (Element.GetParts), then retrieved the parts geometry with Element.Geometry

What did you expect to see?

List of solids representing the accurate parts geometry, that is, including wall openings from windows, etc.

What did you see instead?

This method works fine for the list of walls that are unconnected to each other (See image #1), but if there is a chain of walls, Dynamo fails to generate a proper geometry for some of the parts. Some parts ignore the wall openings and are generated as simple boxes (See image #2).

01-unconnected

02-connected

koloranek avatar Aug 24 '17 14:08 koloranek

related report: https://forum.dynamobim.com/t/why-select-face-randomly-includes-openings/39327

mjkkirschner avatar Jun 01 '20 21:06 mjkkirschner

Has this ever been addressed or resolved? I am still having a great deal of issues trying to filter thru the surface selections when the selection results vary with different elements. See my post provided in the related report above by mjkkirschner.

staylor0611 avatar Oct 22 '20 12:10 staylor0611