-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
D ui3 123 receiving non native attributes revit params gh attributes …
…etc (#3526) * collect attributes as strings (Brep randomly fails) * pass function to get object attributes * update passed function; add traversal for Revit parameter wrapper Base * remove stackOverflowException * fix field path functions * don't add already existing layers * add Rhino userStrings; get only dynamic values from Objects.Geometry; prepare to get correct FieldType * some restructuring * speed up check for existing datasets * only use "parameters" Base obj, if the elements are actually RevitParameters * only search for existing Tables if Feature Class wasn't already deleted * get FieldType from actual values, default to String if needed * cast bool to string * receive only Typed primitive properties from non-native apps * typo * skip the properties for now * Revert "skip the properties for now" This reverts commit c6a1031. * Revert "typo" This reverts commit 37f6b9a. * Revert "receive only Typed primitive properties from non-native apps" This reverts commit 9754ac5. * cast to string * option for dealing with nullable types (#3528) * option for dealing with nullable types * fmt * remove unnecessary null check * default to null, if cast to string fails --------- Co-authored-by: Adam Hathcock <[email protected]>
- Loading branch information
1 parent
b58c348
commit 2930bcf
Showing
6 changed files
with
306 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.