Share

TransientGeometry.CreateEllipticalCylinder Method

Parent Object: TransientGeometry

Description

Method that creates a new EllipticalCylinder object. The object created is a transient mathematical object and is not displayed graphically

Syntax

TransientGeometry.CreateEllipticalCylinder( BasePoint As Point, AxisVector As UnitVector, MajorAxisVector As Vector, MinorMajorRatio As Double ) As EllipticalCylinder

Parameters

Name Type Description
BasePoint Point Input Point object that specifies the base of the elliptical cylinder.
AxisVector UnitVector Input UnitVector object that specifies the direction of the axis of the elliptical cylinder.
MajorAxisVector Vector Input Vector object that specifies the direction of the major axis of the elliptical cylinder.
MinorMajorRatio Double Input Double that specifies the ratio of the minor and major axes of the elliptical cylinder.

Version

Introduced in version 4

Was this information helpful?