MeshBuildStructure(Boolean, Single) Method |
Builds the structure of the mesh. The structure includes edges and faces.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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