TransientGeometry.CreateEllipticalCylinder Method
Parent Object: TransientGeometryDescription
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 EllipticalCylinderParameters
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. |