M

Toposolid.Split

Description:
Splits the Toposolid by the given curve loops.
public IList<ElementId> Split(
	IList<CurveLoop> splitCurveLoops
)
  • IList<CurveLoop>
    splitCurveLoops
    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 IList<ElementId> An array of newly created Toposolid ids after split.