ISheetCylinder ISheets.CreateCylinder(IEnumerable<Double> center, IEnumerable<Double> direction, Double radius)
Creates a sheet cylinder primitive generator.
Examples
Parameters
-
center
Type: IEnumerable<Double>
The center of the cylinder.
-
direction
Type: IEnumerable<Double>
The main axis of the cylinder.
-
radius
Type: Double
Radius of the cylinder.
Return Value
Returns the cylinder generator.