Click or drag to resize

MeshSimplifierPreserveSurfaceCurvature Property

Note: This API is now obsolete.

Gets or sets if the discrete curvature of the mesh surface be taken into account during simplification. Default value: false

Namespace:  Internal
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
[ObsoleteAttribute("Use MeshSimplifier.SimplificationOptions instead.", 
	false)]
public bool PreserveSurfaceCurvature { get; set; }

Property Value

Type: Boolean
See Also