Share

TransientGeometry.CreateEllipseFull Method

Parent Object: TransientGeometry

Description

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 EllipseFull

Parameters

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.

Version

Introduced in version 11

Was this information helpful?