Cylinder Class
Declaration Syntax
public class Cylinder : Primitive, ISheetCylinder
Table 74: Members
Constructor | Cylinder(GeometryBuilder, IEnumerable<double>, IEnumerable<double>, double) |
Create a new Cylinder. |
Property | Center |
Gets or sets the center of the cylinder. |
Property | Direction |
Gets or sets the axis of the cylinder. |
Property | Radius |
Gets or sets the radius of the cylinder. |
Method | Generate() |
Generate the Cylinder and return the associated body. |