Skip to content

M_Rhino_Geometry_Cone_ToBrep

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Cone.ToBrep Method

Gets 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

Syntax

C#

public Brep ToBrep(
	bool capBottom
)

VB

Public Function ToBrep ( 
	capBottom As Boolean
) As Brep

Parameters

 

capBottom
Type: System.Boolean
true if the bottom should be filled with a surface. false otherwise.

Return Value

Type: Brep
A brep (polysurface) representation of this cone values.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Cone Structure
Rhino.Geometry Namespace

Clone this wiki locally