2025 Method
Changes 4
M

Toposolid.CreateSubDivision

Description:
Create a toposolid subdivision element with the current toposolid as its host.
public Toposolid CreateSubDivision(
	Document document,
	IList<CurveLoop> profiles
)
  • document
    The document in which the new toposolid is created.
  • profiles
    An array of planar curve loops that represent the profiles of the toposolid.
Return Value Toposolid The toposolid subdivision object.
  • The input curve loops cannot compose a valid boundary, that means: the "curveLoops" collection is empty; or some curve loops intersect with each other; or each curve loop is not closed individually; or each curve loop is not planar; or each curve loop is not in a plane parallel to the horizontal(XY) plane; or input curves contain at least one helical curve.
  • A non-optional argument was null