Class Cylinder

Cylinder class

The cylinder. Describes an unlimited cylindrical surface.

public class Cylinder : ColladaElement

Constructors

NameDescription
Cylinder()The default constructor.

Properties

NameDescription
Extra { get; set; }Gets or sets the extra.
Radius { get; set; }Gets or sets the radius.

See Also