RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Toposolid

Toposolid.Split

Method
Description:
Split the toposolid by the given curve loops.
Syntax
public IList<ElementId> Split(
	IList<CurveLoop> splitCurveLoops
)
Parameters
Parameter Type Description
splitCurveLoops IList An array of planar curve loops that are used to split the toposolid. All of the curve loops should lie on the sketch plane of the toposolid.
Return Value
Type Description
IList An array of newly created toposolid ids after split.
Exceptions
Exception Condition
ArgumentException The split curve loops should all lie on the sketch plane of the toposolid.
ArgumentNullException A non-optional argument was null