Click or drag to resize

SketchConversionConvertLine Method

Converts a sketch line entity to a VisualLine/

Namespace: Demo3D.Sketch
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public static VisualLine ConvertLine(
	SketchAspect sketch,
	LineEntity lineEntity
)

Parameters

sketch  SketchAspect
The sketch aspect.
lineEntity  LineEntity
The line entity belonging to the sketch aspect.

Return Value

VisualLine
The equivalent visual line.
See Also