Void IDraw3DContext.DrawCircle(IEnumerable<Double> center, Double radius, IEnumerable<Double> normal)
Draws a circle using the current color and line weight.
Examples
Parameters
-
center
Type: IEnumerable<Double>
The circle center coordinates.
-
radius
Type: Double
The circle radius.
-
normal
Type: IEnumerable<Double>
A vector indicating the axis of the circle.