MeshCreateFromCone Method |
Namespace: Rhino.Geometry
public static Mesh CreateFromCone( Cone cone, int vertical, int around )
Public Shared Function CreateFromCone ( cone As Cone, vertical As Integer, around As Integer ) As Mesh
[Missing <param name="cone"/> documentation for "M:Rhino.Geometry.Mesh.CreateFromCone(Rhino.Geometry.Cone,System.Int32,System.Int32)"]
[Missing <returns> documentation for "M:Rhino.Geometry.Mesh.CreateFromCone(Rhino.Geometry.Cone,System.Int32,System.Int32)"]
| Exception | Condition |
|---|---|
| ArgumentException | Thrown when cone is invalid. |