2027 Class
Changes 0
C

InstanceVoidCutUtils

Description:
Utilities for cutting elements by unattached voids in family instances.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.InstanceVoidCutUtils
public static class InstanceVoidCutUtils
Name Return Type Description
M AddInstanceVoidCut(Document, Element, Element) None Add a cut to an element using the unattached voids inside a cutting instance.
M CanBeCutWithVoid(Element) Boolean Indicates if the element can be cut by an instance with unattached voids.
M GetCuttingVoidInstances(Element) ICollection<ElementId> Return ids of the instances with unattached voids cutting the element.
M GetElementsBeingCut(Element) ICollection<ElementId> Return ids of the elements being cut by the instance
M InstanceVoidCutExists(Element, Element) Boolean Check whether the instance is cutting the element
M IsVoidInstanceCuttingElement(Element) Boolean Indicates if the element is a family instance with unattached voids that can cut other elements.
M RemoveInstanceVoidCut(Document, Element, Element) None Remove a cut applied to the element by a cutting instance with unattached voids.