Eyeshot 9.0 WinForms API Reference
FixNormals Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Mesh Class : FixNormals Method
Angular threshold to detect flipped normals
Makes triangles winding order uniform.
Syntax
'Declaration
 
Public Function FixNormals( _
   Optional ByVal angle As Double _
) As Integer
public int FixNormals( 
   double angle
)

Parameters

angle
Angular threshold to detect flipped normals

Return Value

Number of flipped triangles.
See Also

Reference

Mesh Class
Mesh Members
FlipNormal Method
FlipOutward Method