Mesh.Flip Method

MeshFlip Method

Reverses the direction of the mesh.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void Flip(
	bool vertexNormals,
	bool faceNormals,
	bool faceOrientation
)
Public Sub Flip ( 
	vertexNormals As Boolean,
	faceNormals As Boolean,
	faceOrientation As Boolean
)

Parameters

vertexNormals
Type: SystemBoolean
If true, vertex normals will be reversed.
faceNormals
Type: SystemBoolean
If true, face normals will be reversed.
faceOrientation
Type: SystemBoolean
If true, face orientations will be reversed.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also