Splits a solid geometry into several separate solids.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static IList<Solid> SplitVolumes( Solid solid )
Parameters
- solid Solid
- The solid.
Return Value
IList<Solid>The split solid geometries.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | Failed to split the solid geometry. |