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