TransientGeometry.CreateEllipticalArc Method
Parent Object: TransientGeometryDescription
Method that creates a new EllipticalArc object. The object created is a transient mathematical object and is not displayed graphically
Syntax
TransientGeometry.CreateEllipticalArc( Center As Point, MajorAxis As UnitVector, MinorAxis As UnitVector, MajorRadius As Double, MinorRadius As Double, StartAngle As Double, SweepAngle As Double ) As EllipticalArcParameters
Name | Type | Description |
Center | Point | Input Point object that specifies the center of the elliptical arc. |
MajorAxis | UnitVector | Input UnitVector object that specifies the direction of the major axis of the elliptical arc. |
MinorAxis | UnitVector | Input UnitVector object that specifies the direction of the minor axis of the elliptical arc. |
MajorRadius | Double | Input Double that specifies the major radius of the elliptical arc. |
MinorRadius | Double | Input Double that specifies the minor radius of the elliptical arc. |
StartAngle | Double | Input Double that specifies start angle of the elliptical arc. The start angle is measured from the major axis vector using the right\-hand rule about the axis vector. |
SweepAngle | Double | Input Double that specifies the sweep angle from the start angle in a direction defined using the right\-hand rule about the axis vector. |