InstanceVoidCutUtils
Utilities for cutting elements by unattached voids in family instances.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.InstanceVoidCutUtils
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static class InstanceVoidCutUtilsThe InstanceVoidCutUtils type exposes the following members.
Methods
Name
Description
Public Method
Static Member
Code Example
AddInstanceVoidCut
Add a cut to an element using the unattached voids inside a cutting instance.
Public Method
Static Member
CanBeCutWithVoid
Indicates if the element can be cut by an instance with unattached voids.
Public Method
Static Member
GetCuttingVoidInstances
Return ids of the instances with unattached voids cutting the element.
Public Method
Static Member
GetElementsBeingCut
Return ids of the elements being cut by the instance
Public Method
Static Member
InstanceVoidCutExists
Check whether the instance is cutting the element
Public Method
Static Member
IsVoidInstanceCuttingElement
Indicates if the element is a family instance with unattached voids that can cut other elements.
Public Method
Static Member
Code Example
RemoveInstanceVoidCut
Remove a cut applied to the element by a cutting instance with unattached voids.