Removes the solid-solid cut between the two elements if it exists.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static void RemoveCutBetweenSolids(
Document document,
Element first,
Element second
)
Parameters
- document Document
-
The document containing the two elements
- first Element
-
The solid being cut or the cutting solid.
- second Element
-
The solid being cut or the cutting solid.
Exceptions
See Also
Reference