Click or drag to resize

RhinoMeshFlip Method

Reverses the direction of the mesh.

Namespace:  Karamba.GHopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public 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.

Implements

IMeshFlip(Boolean, Boolean, Boolean)
See Also