IMeshFlip Method
Reverses the direction of the mesh.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
void Flip(
bool vertexNormals,
bool faceNormals,
bool faceOrientation
)
Sub Flip (
vertexNormals As Boolean,
faceNormals As Boolean,
faceOrientation As Boolean
)
void Flip(
bool vertexNormals,
bool faceNormals,
bool faceOrientation
)
abstract Flip :
vertexNormals : bool *
faceNormals : bool *
faceOrientation : bool -> unit
Parameters
- vertexNormals Boolean
- If true, vertex normals will be reversed.
- faceNormals Boolean
- If true, face normals will be reversed.
- faceOrientation Boolean
- If true, face orientations will be reversed.