-
Notifications
You must be signed in to change notification settings - Fork 15
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
RevitTypeFragment introduced and BHoM converts fixed to pass the type information to the output object #1174
Conversation
@pawelbaran to confirm, the following checks are now queued:
|
@BHoMBot check required |
@pawelbaran to confirm, the following checks are now queued:
|
@BHoMBot check installer |
@pawelbaran to confirm, the following checks are now queued:
|
The check |
@BHoMBot this is a DevOps instruction. Force check: installer |
@BHoMBot check installer |
1 similar comment
@BHoMBot check installer |
@BHoMBot you there |
@pawelbaran sorry, I didn't understand. |
@BHoMBot check installer |
@pawelbaran to confirm, the following checks are now queued:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@pawelbaran to confirm, the following checks are now queued:
|
Issues addressed by this PR
Covers large portion of #1169
Test files
PR-specific test file on SharePoint.
Builders work openings can be tested using this script
BEnv openings can be test using PullBEnvModel from this folder
Changelog
RevitTypeFragment
introducedAdditional comments
Added @enarhi for reference - might be a good inspiration for fixing Facade converts.
Updates to output object:
BH.oM.Architecture.BuildersWork.Opening
-RevitTypeFragment
is added along withProfile
, which is not necessarily related to the element type (it is based on parameter values of the element itself)BH.oM.Architecture.Elements.Room
-RevitTypeFragment
added because the object does not have a defining propertyBH.oM.Environment.Elements.Opening
- fixed to pass the parameters toOpeningConstruction
BH.oM.Environment.Elements.Space
-RevitTypeFragment
added because the object does not have a defining propertyBH.oM.MEP.System.CableTray
-RevitTypeFragment
is added along withSectionProperty
, which is not related to the element type (it is based on parameter values of the element itself)BH.oM.MEP.System.Duct
-RevitTypeFragment
is added along withSectionProperty
, which is not related to the element type (it is based on parameter values of the element itself)BH.oM.MEP.System.Fittings.Fitting
-RevitTypeFragment
added because the object does not have a defining propertyBH.oM.MEP.System.Pipe
-RevitTypeFragment
is added along withSectionProperty
, which is not related to the element type (it is based on parameter values of the element itself)BH.oM.MEP.System.Wire
-RevitTypeFragment
added because the object does not have a defining propertyBH.oM.Physical.Elements.Door
- convert fixed to create an emptyConstruction
that represents the element type (and contains its parameters)BH.oM.Physical.Elements.Window
- convert fixed to create an emptyConstruction
that represents the element type (and contains its parameters)