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: 15.0.2.11458
Syntax
C#
public static VisualCurve ConvertCurve(
	SketchAspect sketch,
	CurveEntity curveEntity
)

Parameters

sketch
Type: Demo3D.SketchSketchAspect
The sketch aspect.
curveEntity
Type: Demo3D.SketchCurveEntity
The curve entity belonging to the sketch aspect.

Return Value

Type: VisualCurve
The equivalent visual curve.
See Also