EllipticalCone.PutEllipticalConeData Method
Parent Object: EllipticalConeDescription
Method that sets the data defining this elliptical cone.
Syntax
EllipticalCone.PutEllipticalConeData( BasePoint() As Double, AxisVector() As Double, MajorAxis() As Double, MinorMajorRatio As Double, HalfAngle As Double, IsExpanding As Boolean )Parameters
Name | Type | Description |
BasePoint | Double | Input/output Double that specifies base point. |
AxisVector | Double | Input/output Double that specifies axis vector. |
MajorAxis | Double | Input/output Double that specifies major axis. |
MinorMajorRatio | Double | Input Double that specifies the ratio of the minor and major axes of the elliptical cone. |
HalfAngle | Double | Input Double that specifies the half-angle value for the elliptical cone. |
IsExpanding | Boolean | Input Boolean that specifies whether the radius of the cone is expanding or not, in the direction of the axis vector. |