Click or drag to resize
Ab4d.SharpEngine logo

EdgeLinesFactoryProcessPartiallyCoveredEdges Property

When true (by default) then the EdgeLinesFactory executes an algorithm to processes meshes that have triangle with edges that may have multiple connected triangles that fully or only partially covert the triangle edges. If you are sure that the mesh have nicely defined triangles where each triangle edge is fully covered by any adjacent triangle edge (except on the outer mesh borders), then you can set ProcessPartiallyCoveredEdges to false to significantly improve the performance of edge generation.

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public bool ProcessPartiallyCoveredEdges { get; set; }

Property Value

Boolean

[Missing <value> documentation for "P:Ab4d.SharpEngine.Utilities.EdgeLinesFactory.ProcessPartiallyCoveredEdges"]

Remarks

[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Utilities.EdgeLinesFactory.ProcessPartiallyCoveredEdges"]

See Also