Splits a solid geometry into several separate solids. 
   Namespace:   Autodesk.Revit.DB  
  Assembly:   RevitAPI  (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0) 
  Since:  2013 
Syntax
| C# | 
|---|
   |  
| Visual Basic | 
|---|
   |  
| Visual C++ | 
|---|
   |  
Parameters
- solid
 -  Type:  Autodesk.Revit.DB Solid  
The solid. 
Return Value
The split solid geometries.Remarks
 If no splitting is done, a copy of the input solid will be returned in the output array. 
 Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was NULL | 
| Autodesk.Revit.Exceptions InvalidOperationException | Failed to split the solid geometry. |