-
Notifications
You must be signed in to change notification settings - Fork 173
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
Revit Connector: Gutters not converted when sending "everything" #3615
Comments
I noticed that the same behavior occurs for elements of the category |
Any guidance to how we better can understand |
Do these element types not fall under the types of categories listed in this method? -> It may be that the category is not being registered as supported, see this line: Line 51 in 429dcfd
|
They are exported when selected explicitly and sent by "Selection." So they should be supported, shouldn't they? The sending "forgets" them when sending "everything." |
Prerequisites
What package are you referring to?
Backend
Describe the bug
I am trying to send a model in Revit 2023 with roofs and gutters. When sending "everything", the gutters are not converted. However, when selecting them and sending "selection", they are converted correctly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
We would expect the gutters also to be streamed when sending "everything"
Proposed Solution
The error is somewhere in
ConnectorRevitUtils
:speckle-sharp/ConnectorRevit/ConnectorRevit/ConnectorRevitUtils.cs
Lines 70 to 75 in 149d35e
The category
OST_Gutter
has not been added. When manually adding OST_Gutter with the id-2001391
, the Gutters are correctly converted even when sending "everything".I do not understand what exactly is going on in
GetOrInitializeWithDefaultFactory
, so I can neither propose a solution.The text was updated successfully, but these errors were encountered: