Click or drag to resize

SketchConversionConvertCurve Method

Converts a sketch curve entity to a VisualCurve/

Namespace: Demo3D.Sketch
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public static VisualCurve ConvertCurve(
	SketchAspect sketch,
	CurveEntity curveEntity
)

Parameters

sketch  SketchAspect
The sketch aspect.
curveEntity  CurveEntity
The curve entity belonging to the sketch aspect.

Return Value

VisualCurve
The equivalent visual curve.
See Also