Void IDraw3DContext.DrawDisc(IEnumerable<Double> center, Double radius, IEnumerable<Double> normal)

Draws a disc using the current color and line weight.

Parameters

  • center
    Type: IEnumerable<Double>
    The disk center coordinates.
  • radius
    Type: Double
    The disk radius.
  • normal
    Type: IEnumerable<Double>
    A vector indicating the axis of the disk.