Click or drag to resize

MeshBuildStructure Method (Boolean, Single)

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

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

Parameters

mergeTrianglesIntoFaces (Optional)
Type: SystemBoolean
If true. Merges adjacent triangles if their normals ar equal
normalComparisonEpsilon (Optional)
Type: SystemSingle
See Also