M_Rhino_Geometry_Mesh_Flip - mcneel/rhinocommon-api-docs GitHub Wiki
Reverses the direction of the mesh.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void Flip(
bool vertexNormals,
bool faceNormals,
bool faceOrientation
)
VB
Public Sub Flip (
vertexNormals As Boolean,
faceNormals As Boolean,
faceOrientation As Boolean
)
- 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.
Supported in: 6.0.16224.21491, 5D58w