Split the toposolid by the given curve loops.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2024
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- splitCurveLoops
- Type: System.Collections.GenericIListCurveLoop
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
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentException | The split curve loops should all lie on the sketch plane of the toposolid. |
Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |