EllipticalCylinderSet(Double, Double, Point3d, Vector3d) Method

Sets the specified radii, origin, and axis of symmetry for this elliptical cylinder.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public void Set(
        double minorRadius,
        double majorRadius,
        Point3d origin,
        Vector3d axisOfSymmetry
)

Parameters

minorRadius  Double
[in] Minor radius of this elliptical cylinder.
majorRadius  Double
[in] Major radius of this elliptical cylinder.
origin  Point3d
[in] Origin point of this elliptical cylinder.
axisOfSymmetry  Vector3d
[in] Axis of symmetry (rotation).
See Also

©  Bricsys NV. All rights reserved.