Click or drag to resize

MeshBuildStructure(Boolean, Single) Method

Builds the structure of the mesh. The structure includes edges and faces.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void BuildStructure(
	bool mergeTrianglesIntoFaces = true,
	float normalComparisonEpsilon = 0.0001f
)

Parameters

mergeTrianglesIntoFaces  Boolean  (Optional)
If true. Merges adjacent triangles if their normals ar equal
normalComparisonEpsilon  Single  (Optional)
 
See Also