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: 15.0.2.11458
Syntax
C#
public static VisualArc ConvertArc(
	SketchAspect sketch,
	ArcEntity arcEntity
)

Parameters

sketch
Type: Demo3D.SketchSketchAspect
The sketch aspect.
arcEntity
Type: Demo3D.SketchArcEntity
The arc entity belonging to the sketch aspect.

Return Value

Type: VisualArc
The equivalent visual arc.
See Also