Splits a solid geometry into several separate solids.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IList<Solid> SplitVolumes(
Solid solid
)
Parameters
- solid Solid
-
The solid.
Return Value
IList<Solid>
The split solid geometries.
Exceptions
Remarks
If no splitting is done, a copy of the input solid will be returned in the output array.
See Also
Reference