Revit 2026 API
Solid |
Removes the solid-solid cut between the two elements if it exists.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static void RemoveCutBetweenSolids( Document document, Element first, Element second )
Public Shared Sub RemoveCutBetweenSolids ( document As Document, first As Element, second As Element )
public: static void RemoveCutBetweenSolids( Document^ document, Element^ first, Element^ second )
static member RemoveCutBetweenSolids : document : Document * first : Element * second : Element -> unit
Parameters
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also