|
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.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public bool ProcessPartiallyCoveredEdges { get; set; }
Property Value
BooleanSee Also