Click or drag to resize

IMeshFlip Method

Reverses the direction of the mesh.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Flip(
	bool vertexNormals,
	bool faceNormals,
	bool faceOrientation
)

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