Click or drag to resize

MeshCreateFromCone Method (Cone, Int32, Int32)

Constructs a solid mesh cone.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Mesh CreateFromCone(
	Cone cone,
	int vertical,
	int around
)

Parameters

cone
Type: Rhino.GeometryCone

[Missing <param name="cone"/> documentation for "M:Rhino.Geometry.Mesh.CreateFromCone(Rhino.Geometry.Cone,System.Int32,System.Int32)"]

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

Return Value

Type: Mesh
A valid mesh if successful.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when cone is invalid.
See Also