MeshSimplifierVertexLinkDistanceSqr Property |
Note: This API is now obsolete.
Gets or sets the maximum squared distance between two vertices in order to link them.
Note that this value is only used if EnableSmartLink is true.
Default value: double.Epsilon
Namespace:
Internal
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax [ObsoleteAttribute("Use MeshSimplifier.SimplificationOptions instead.",
false)]
public double VertexLinkDistanceSqr { get; set; }
Property Value
Type:
DoubleSee Also