M_Rhino_Geometry_Mesh_Flip - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.Flip Method

Reverses the direction of the mesh.

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

Syntax

C#

public void Flip(
	bool vertexNormals,
	bool faceNormals,
	bool faceOrientation
)

VB

Public Sub Flip ( 
	vertexNormals As Boolean,
	faceNormals As Boolean,
	faceOrientation As Boolean
)

Parameters

 

vertexNormals
Type: System.Boolean
If true, vertex normals will be reversed.
faceNormals
Type: System.Boolean
If true, face normals will be reversed.
faceOrientation
Type: System.Boolean
If true, face orientations will be reversed.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Mesh Class
Rhino.Geometry Namespace

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