Click or drag to resize

SketchConversionConvertSketch(SketchAspect, Boolean) Method

Converts a sketch aspect to a VisualCompositeCurve.

Namespace: Demo3D.Sketch
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public static VisualCompositeCurve ConvertSketch(
	SketchAspect sketch,
	bool sort
)

Parameters

sketch  SketchAspect
The sketch aspect.
sort  Boolean
Whether to sort the composite curve.

Return Value

VisualCompositeCurve
The visual composite curve.
See Also