2026 Method
Changes 0
M

PartUtils.GetSplittingCurves

Description:
Identifies the curves that were used to create the part and the plane in which they reside.
Overloads (2):
GetSplittingCurves(Document,ElementId,Plane)
public static IList<Curve> GetSplittingCurves(
	Document document,
	ElementId partId,
	out Plane sketchPlane
)
  • document
    The source document of the part.
  • partId
    The part id.
  • sketchPlane
    The plane in which the division curves were sketched.
Return Value IList<Curve> The curves that created the part. Empty if partId is not a part or Part is not divided.