<Code Lib>
2027 Method
Changes 0
M

CurveByPointsUtils.SetSketchOnSurface

Description:
Sets the relationship between the CurveElement and face.

public static void SetSketchOnSurface(
	CurveElement curveElem,
	bool sketchOnSurface
)

  • curveElem
    The CurveElement.
  • Boolean
    sketchOnSurface
    Whether or not the CurveElement should lie on the face and be able to be added to the face.

Loading…