SplitVolumes Method


Solid Utils Split Volumes Method

Splits a solid geometry into several separate solids.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
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.
Remarks
If no splitting is done, a copy of the input solid will be returned in the output array.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →