<Code Lib>
2023 Method
Changes 0
M

PartMakerMethodToDivideVolumes.GetSketchCurves

Description:
Populates the array with copies of curves in the sketch.

public void GetSketchCurves(
	out IList<Curve> curveArray
)

  • IList<Curve>%
    curveArray
    Curves in the sketch. Tags of the curves are consistent with the curve tags used in part keys.

Loading…