EllipticalCylinder(Double, Double, Point3d, Vector3d, Vector3d, Interval, Double, Double) Constructor

Constructor for the EllipticalCylinder class. Creates an object with specified radii, base origin, and axis of symmetry.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public EllipticalCylinder(
        double minorRadius,
        double majorRadius,
        Point3d origin,
        Vector3d axisOfSymmetry,
        Vector3d majorAxis,
        Interval height,
        double startAngle,
        double endAngle
)

Parameters

minorRadius  Double
[in] The minor radius of this elliptical cylinder.
majorRadius  Double
[in] The major radius of this elliptical cylinder.
origin  Point3d
[in] The origin point of this elliptical cylinder.
axisOfSymmetry  Vector3d
[in] Axis of symmetry (rotation).
majorAxis  Vector3d
[in] The major axis of this elliptical cylinder.
height  Interval
[in] Height interval of this elliptical cylinder.
startAngle  Double
[in] Start angle of this elliptical cylinder (angle offset from which elliptical cylinder segments are drawn).
endAngle  Double
[in] End angle of this elliptical cylinder (angle offset to which elliptical cylinder segments are drawn).
See Also

©  Bricsys NV. All rights reserved.