RhinoCommon API
MeshFlip Method (Boolean, Boolean, Boolean, Boolean) |
Reverses the direction of the mesh.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0
public void Flip( bool vertexNormals, bool faceNormals, bool faceOrientation, bool ngonsBoundaryDirection )
Public Sub Flip ( vertexNormals As Boolean, faceNormals As Boolean, faceOrientation As Boolean, ngonsBoundaryDirection 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. - ngonsBoundaryDirection
- Type: SystemBoolean
If true, ngon boundaries will be reversed