2023 Members
Changes 4
M

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) bool 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) bool Check whether the instance is cutting the element
M IsVoidInstanceCuttingElement(Element) bool 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.