Click or drag to resize

SketchConversionConvertArc Method

Converts a sketch arc entity to a VisualArc/

Namespace: Demo3D.Sketch
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public static VisualArc ConvertArc(
	SketchAspect sketch,
	ArcEntity arcEntity
)

Parameters

sketch  SketchAspect
The sketch aspect.
arcEntity  ArcEntity
The arc entity belonging to the sketch aspect.

Return Value

VisualArc
The equivalent visual arc.
See Also