Model |
public static GeometryModel3D CreateCylinder( Point3D bottomCenterPosition, double radius, double height, int segments, bool isSmooth, Material material )
Cylinder model is similar to Cone model. The difference is that the Cylinder has both top and bottom circle radius the same. Cone can be created with CreateCone(Point3D, Double, Double, Double, Int32, Boolean, Material) method.