Action config¶
Pull action config is represented by RevitPullConfig and allows to specify the following settings:
Discipline- discipline, in which the user works (Physical - default, Structural, Building Environments, Architecture, Facade) - this determines types of BHoM objects, to which the requested Revit elements are converted - more on that subject can be found in Revit BHoM conversionIncludeClosedWorksets- if true, Revit elements from closed worksets will be pulled (default isfalse)IncludeNestedElements- if true, Revit family instances will be pulled together with their subelements (default istrue)GeometryConfig- settings defining the geometrical representation (the actual geometrical object representing the element in Revit) to be pulled (by default nothing) - more information available in Pull of Geometry and RepresentationRepresentationConfig- settings defining the mesh representation to be pulled (by default nothing) - more information available in Pull of Geometry and RepresentationPullMaterialTakeOff- if true,RevitMaterialTakeOfffragment will be added to the pulled BHoM object, which can then be converted into anExplicitBulkusingMaterialTakeoffquery
If RevitPullConfig is left empty, default values will be used.