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
)
Public Function ToBrep (
capBottom As Boolean
) As Brep
Parameters
- capBottom
- Type: SystemBoolean
true if the bottom should be filled with a surface. false otherwise.
Return Value
Type:
BrepA brep (polysurface) representation of this cone values.
See Also