M_Rhino_Geometry_Brep_CreateFromCone - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a Brep representation of the cone with a single face for the cone, an edge along the cone seam, and vertices at the base and apex ends of this seam edge. The optional cap is a single face with one circular edge starting and ending at the base vertex.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Brep CreateFromCone(
Cone cone,
bool capBottom
)
VB
Public Shared Function CreateFromCone (
cone As Cone,
capBottom As Boolean
) As Brep
- cone
- Type: Rhino.Geometry.Cone
A cone value. - capBottom
- Type: System.Boolean
if true the base of the cone should be capped.
Type: Brep
A new brep, on null on error.
Supported in: 6.0.16224.21491, 5D58w