Click or drag to resize

MeshBuildStructure Method (Mesh, Boolean, Single)

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

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static MeshStructureClass BuildStructure(
	Mesh mesh,
	bool mergeTrianglesIntoFaces = true,
	float normalComparisonEpsilon = 0.0001f
)

Parameters

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

Return Value

Type: MeshStructureClass
See Also