Click or drag to resize

MeshBuildStructure(Mesh, 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 static MeshStructureClass BuildStructure(
	Mesh mesh,
	bool mergeTrianglesIntoFaces = true,
	float normalComparisonEpsilon = 0.0001f
)

Parameters

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

Return Value

MeshStructureClass
See Also