Click or drag to resize

SketchConversionConvertCircle Method

Converts a sketch circle entity to a VisualCircle/

Namespace:  Demo3D.Sketch
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static VisualCircle ConvertCircle(
	SketchAspect sketch,
	CircleEntity circleEntity
)

Parameters

sketch
Type: Demo3D.SketchSketchAspect
The sketch aspect.
circleEntity
Type: Demo3D.SketchCircleEntity
The circle entity belonging to the sketch aspect.

Return Value

Type: VisualCircle
The equivalent visual circle.
See Also