TransientGeometry.CreateEllipseFull Method
Parent Object: TransientGeometryDescription
Method that creates a new EllipseFull object. The object created is a transient mathematical object and is not displayed graphically.
Syntax
TransientGeometry.CreateEllipseFull( Center As Point, Normal As UnitVector, MajorAxisVector As Vector, MinorMajorRatio As Double ) As EllipseFullParameters
Name | Type | Description |
Center | Point | Input Point object that specifies the center of the ellipse. |
Normal | UnitVector | Input UnitVector object that specifies the axis of the ellipse. The axis extends out of the ellipse. |
MajorAxisVector | Vector | Input Vector 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. |