RVTDocs.com

PartMakerMethodToDivideVolumes.GetSketchCurves

Method
Description:
Populates the array with copies of curves in the sketch.
Syntax
public void GetSketchCurves(
	out IList<Curve> curveArray
)
Parameters
Parameter Type Description
curveArray IList Curves in the sketch. Tags of the curves are consistent with the curve tags used in part keys.
Return Value