Message 1 of 3
Create ellipse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi. Help me find way to create ellipce in AutoCAD if I have the next list of data:
public List<double> Origin { get; set; } public double MajorRadius { get; set; } public double MinorRadius { get; set; } public List<double> Axis { get; set; } public List<double> Reference { get; set; }
What the paramethers in ellipse constructor Vector3d unitNormal, Vector3d majorAxis, double radiusRatio, double startAngle, double endAngle ?