2024 Method
Changes 0
M

SolidUtils.SplitVolumes

Description:
Splits a solid geometry into several separate solids.
Remarks:
If no splitting is done, a copy of the input solid will be returned in the output array.
public static IList<Solid> SplitVolumes(
	Solid solid
)
Return Value IList<Solid> The split solid geometries.