M_Rhino_Geometry_Collections_BrepFaceList_AddConeFace - mcneel/rhinocommon-api-docs GitHub Wiki
Add a new face to the brep whose surface geometry is a ruled cone with the edge as the base and the vertex as the apex point.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public BrepFace AddConeFace(
BrepVertex vertex,
BrepEdge edge,
bool revEdge
)
VB
Public Function AddConeFace (
vertex As BrepVertex,
edge As BrepEdge,
revEdge As Boolean
) As BrepFace
- vertex
- Type: Rhino.Geometry.BrepVertex
The apex of the cone will be at this vertex. The north side of the surface's parameter space will be a singular point at the vertex. - edge
- Type: Rhino.Geometry.BrepEdge
The south side of the face's surface will run along this edge. - revEdge
- Type: System.Boolean
true if the new face's outer boundary orientation along the edge is opposite the orientation of edge.
Type: BrepFace
[Missing documentation for "M:Rhino.Geometry.Collections.BrepFaceList.AddConeFace(Rhino.Geometry.BrepVertex,Rhino.Geometry.BrepEdge,System.Boolean)"]
Supported in: 6.0.16224.21491, 5D58w