Split the toposolid by the given curve loops.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2024
Syntax
Visual Basic |
---|
Public Function Split ( _
splitCurveLoops As IList(Of CurveLoop) _
) As IList(Of ElementId) |
Parameters
- splitCurveLoops
- Type: System.Collections.Generic..::..IList<(Of <(<'CurveLoop>)>)>
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
An array of newly created toposolid ids after split.
Exceptions
See Also