Click or drag to resize

MeshCreateFromCylinder Method (Cylinder, Int32, Int32)

Constructs a capped mesh cylinder.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Mesh CreateFromCylinder(
	Cylinder cylinder,
	int vertical,
	int around
)

Parameters

cylinder
Type: Rhino.GeometryCylinder

[Missing <param name="cylinder"/> documentation for "M:Rhino.Geometry.Mesh.CreateFromCylinder(Rhino.Geometry.Cylinder,System.Int32,System.Int32)"]

vertical
Type: SystemInt32
Number of faces in the top-to-bottom direction.
around
Type: SystemInt32
Number of faces around the cylinder.

Return Value

Type: Mesh
Returns a mesh cylinder if successful, null otherwise.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when cylinder is invalid.
See Also