-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DynamoRevit dealing badly with 3D view templates #1636
Comments
@andydandy74 we would have to do a small refactor of the @mjkkirschner I had to rename the original 3d view class to Let me know what you think. Cheers! |
Nice work |
@kronz can we close this issue? Fix was merged. Thanks! |
FYI @AndyDu1985 |
We would merge the 3dview-wrapper commits after version 3.x. Track it with link: #2290 . |
Dynamo version
1.2.3.592
Revit version
2017.1
Operating system
Win 7
What did you do?
Ran
All Elements of Type
onView3D
types.What did you expect to see?
A list of all 3D views, hopefully including view templates
What did you see instead?
The last two items are 3D view templates and return
null
(to reproduce run these nodes on the basic architectural sample that ships with Revit).The same thing happens when running
All Elements of Category
on categoryViews
, btw.Admittedly, this is better than the original bug (DynamoDS/Dynamo#2970), but it would obviously be better if these nodes wouldn't return
null
and even better yet if they would actually return 3D view templates as well (view templates for all other view types are returned).The text was updated successfully, but these errors were encountered: