CreateEllipse(double, double, IEnumerable<double>, IEnumerable<double>, IEnumerable<double>)

Creates an ellipse primitive generator.

Declaration Syntax

public IWireEllipse CreateEllipse(double largeRadius, double smallRadius, IEnumerable<double> center, IEnumerable<double> xDir, IEnumerable<double> normal)

Parameters

largeRadius(double)

The large radius of the ellipse.

smallRadius(double)

The small radius of the ellipse.

center(IEnumerable<double>)

The center of the ellipse.

xDir(IEnumerable<double>)

The main direction of the ellipse.

normal(IEnumerable<double>)

The normal direction of the ellipse.