Sample Code Revit Batch Processor 1.1.11 documentation
Returns a list of lists of points representing the flattened(2D geometry) of the ceiling List of Lists because a ceiling can be made up of multiple sketches. Each nested list represents one ceiling sketch. Does not work with in place ceilings.
ceiling (Autodesk.Revit.DB.Ceiling) – A revit ceiling instance.
A list of data geometry instances.
list of DataGeometry
Returns a list of lists of points representing the flattened(2D geometry) of the ceiling List of Lists because a ceiling can be made up of multiple sketches. Each nested list represents one ceiling sketch. Does not work with in place ceilings.
doc (Autodesk.Revit.DB.Document) – Current Revit model document.
A list of data geometry instances.
list of DataGeometry