Click or drag to resize

ConeToBrep 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)
Since: 5.0
Syntax
public Brep ToBrep(
	bool capBottom
)

Parameters

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

Return Value

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