Share

TransientGeometry.CreateEllipseFull2d Method

Parent Object: TransientGeometry

Description

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 EllipseFull2d

Parameters

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.

Version

Introduced in version 11

Was this information helpful?