Click or drag to resize

PathfindingMaxEdgeLength Property

The maximum length of polygon edges that represent the border of meshes. More vertices will be added to border edges if this value is exceeded for a particular edge. A value of zero will disable this feature.

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public Reference<int> MaxEdgeLength { get; set; }

Property Value

Type: ReferenceInt32
See Also