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

Initializes a new instance of the Cylinder class

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.3.0.0
Syntax
public Cylinder(
        double radius,
        Point3d origin,
        Vector3d axisOfSymmetry,
        Vector3d referenceAxis,
        Interval height,
        double startAngle,
        double endAngle
)

Parameters

radius  Double
 
origin  Point3d
 
axisOfSymmetry  Vector3d
 
referenceAxis  Vector3d
 
height  Interval
 
startAngle  Double
 
endAngle  Double
 
See Also

©  Bricsys NV. All rights reserved.