Rhino 5 for WindowsReverses the direction of the mesh.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic 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.
See Also