DynamoDS / DynamoRevit

Dynamo Libraries for Revit
https://dynamobim.org
336 stars 187 forks source link

Re New node - Element.GetGeometry #2924

Closed dnenov closed 1 year ago

dnenov commented 1 year ago

Purpose

This PR is a redo of https://github.com/DynamoDS/DynamoRevit/pull/2918 pointing to master branch.

Part of the new nodes PRs, this small PR adds a new Element.GetGeometry node, which incorporates an input for Detail Level.

getgeometry

Check these if you believe they are true

Reviewers

@reddyashish @Amoursol

FYIs

@Mikhinja

Mikhinja commented 1 year ago

Note: Although the image in this PR shows the detail level given from a code block, there already exists a drop down node to get the detail level strings, called "Detail Level".

dnenov commented 1 year ago

Note: Although the image in this PR shows the detail level given from a code block, there already exists a drop down node to get the detail level strings, called "Detail Level".

Hi @Mikhinja - we had trouble using the dedicated Detail Level drop-down node in our early tests (it would produce a 'null' result), but in consequent ones, we've successfully utilized it. Element.GetGeometry works with both the Detail Level node and string input.