Split the toposolid by the given curve loops.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic IList<ElementId> Split(
IList<CurveLoop> splitCurveLoops
)
Public Function Split (
splitCurveLoops As IList(Of CurveLoop)
) As IList(Of ElementId)
public:
IList<ElementId^>^ Split(
IList<CurveLoop^>^ splitCurveLoops
)
member Split :
splitCurveLoops : IList<CurveLoop> -> IList<ElementId>
Parameters
- splitCurveLoops IListCurveLoop
-
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
IListElementId
An array of newly created toposolid ids after split.
Exceptions
See Also