Click or drag to resize

MeshSimplifierVertexLinkDistance Property

Note: This API is now obsolete.

Gets or sets the maximum distance between two vertices in order to link them. Note that this value is only used if EnableSmartLink is true.

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 double VertexLinkDistance { get; set; }

Property Value

Type: Double
See Also