Creates a sheet cylinder primitive generator.
Declaration Syntax
public ISheetCylinder CreateCylinder(IEnumerable<double> center, IEnumerable<double> direction, double radius)
Parameters
- center(IEnumerable<double>)
 The center of the cylinder.
- direction(IEnumerable<double>)
 The main axis of the cylinder.
- radius(double)
 Radius of the cylinder.