IWireEllipse IWires.CreateEllipse(Double largeRadius, Double smallRadius, IEnumerable<Double> center, IEnumerable<Double> xDir, IEnumerable<Double> normal)

Creates an ellipse primitive generator.

Parameters

  • largeRadius
    Type: Double
    The large radius of the ellipse.
  • smallRadius
    Type: Double
    The small radius of the ellipse.
  • center
    Type: IEnumerable<Double>
    The center of the ellipse.
  • xDir
    Type: IEnumerable<Double>
    The main direction of the ellipse.
  • normal
    Type: IEnumerable<Double>
    The normal direction of the ellipse.

Return Value

Returns the ellipse primitive generator.