Sample Code Revit Batch Processor 1.1.11 documentation
Retrieves a list of door instances in a Revit model.
doc (Document) – The Revit document object.
A list of door instances in the Revit model.
Autodesk.Revit.DB.FilteredElementCollector
Retrieves a list of door symbols in a Revit model.
doc (Revit Document) – The Revit document object.
A list of door symbols in the Revit model.
Autodesk.Revit.DB.FilteredElementCollector
Retrieves a list of door families in a Revit model.
doc (Revit Document) – The Revit document object.
A list of door families in the Revit model.
list
Retrieves a list of door instances in a Revit model that are considered curtain wall doors.
doc (Revit Document) – The Revit document object. It represents the Revit model.
A list of door instances in the Revit model that are considered curtain wall doors.
list of Autodesk.Revit.DB.FamilyInstance
Retrieves a list of door symbols that are considered curtain wall doors in a Revit model.
doc (Revit Document) – The Revit document object.
A list of door symbols that are considered curtain wall doors in the Revit model.
list
Retrieves a list of curtain wall door families in a Revit model.
doc (Autodesk.Revit.DB.Document) – The Revit document object.
A list of curtain wall door families in the Revit model.
list[Autodesk.Revit.DB.Family]
Retrieves a list of door instances in a Revit model that are not considered curtain wall doors.
doc (Revit Document) – The Revit document object.
A list of door instances in the Revit model that are not considered curtain wall doors.
list
Returns a list of door symbols that are not curtain wall doors in a Revit model.
doc (Document) – The Revit document object.
A list of door symbols that are not curtain wall doors in the Revit model.
list[FamilySymbol]
Retrieves a list of basic wall door families in a Revit model.
doc (Document) – The Revit document object.
A list of basic wall door families in the Revit model.
list