TransientGeometry.CreateEllipseFull2d Method
Parent Object: TransientGeometryDescription
Method that creates a new EllipseFull2d object. The object created is a transient mathematical object and is not displayed graphically
Syntax
TransientGeometry.CreateEllipseFull2d( Center As Point2d, MajorAxisVector As Vector2d, MinorMajorRatio As Double ) As EllipseFull2dParameters
Name | Type | Description |
Center | Point2d | Input Point2d object that specifies the center of the ellipse. |
MajorAxisVector | Vector2d | Input Vector2d object that specifies the direction of the major axis of the ellipse. |
MinorMajorRatio | Double | Input Double that specifies the ratio of the minor and major axes of the ellipse. |