MeshCreateFromCone Method |
Rhino 5 for WindowsConstructs a mesh cone
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic static Mesh CreateFromCone(
Cone cone,
int vertical,
int around
)
Public Shared Function CreateFromCone (
cone As Cone,
vertical As Integer,
around As Integer
) As Mesh
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[Missing <returns> documentation for "M:Rhino.Geometry.Mesh.CreateFromCone(Rhino.Geometry.Cone,System.Int32,System.Int32)"]
Exceptions
See Also