M_Rhino_Geometry_Collections_BrepFaceList_Flip - mcneel/rhinocommon-api-docs GitHub Wiki

BrepFaceList.Flip Method

Flips the orientation of faces.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void Flip(
	bool onlyReversedFaces
)

VB

Public Sub Flip ( 
	onlyReversedFaces As Boolean
)

Parameters

 

onlyReversedFaces
Type: System.Boolean
If true, clears all BrepFace.OrientationIsReversed flags by calling BrepFace.Transpose() on each face with a true OrientationIsReversed setting. If false, all of the faces are flipped regardless of their orientation.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepFaceList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️