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: 15.0.2.11458
Syntax
C#
public static VisualLine ConvertLine(
	SketchAspect sketch,
	LineEntity lineEntity
)

Parameters

sketch
Type: Demo3D.SketchSketchAspect
The sketch aspect.
lineEntity
Type: Demo3D.SketchLineEntity
The line entity belonging to the sketch aspect.

Return Value

Type: VisualLine
The equivalent visual line.
See Also