M_Rhino_Geometry_Collections_BrepFaceList_AddRuledFace - mcneel/rhinocommon-api-docs GitHub Wiki
Add a new face to the brep whose surface geometry is a ruled surface between two edges.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public BrepFace AddRuledFace(
BrepEdge edgeA,
bool revEdgeA,
BrepEdge edgeB,
bool revEdgeB
)
VB
Public Function AddRuledFace (
edgeA As BrepEdge,
revEdgeA As Boolean,
edgeB As BrepEdge,
revEdgeB As Boolean
) As BrepFace
- edgeA
- Type: Rhino.Geometry.BrepEdge
The south side of the face's surface will run along edgeA. - revEdgeA
- Type: System.Boolean
true if the new face's outer boundary orientation along edgeA is opposite the orientation of edgeA. - edgeB
- Type: Rhino.Geometry.BrepEdge
The north side of the face's surface will run along edgeA - revEdgeB
- Type: System.Boolean
true if the new face's outer boundary orientation along edgeB is opposite the orientation of edgeB
Type: BrepFace
[Missing documentation for "M:Rhino.Geometry.Collections.BrepFaceList.AddRuledFace(Rhino.Geometry.BrepEdge,System.Boolean,Rhino.Geometry.BrepEdge,System.Boolean)"]
Supported in: 6.0.16224.21491, 5D58w