Click or drag to resize
AB4D logo

MeshInspectorOverlayCombinePositionIndexesTypes Enumeration

CombinePositionIndexesTypes defines possible values for CombinePositionIndexes property.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntax
C#
public enum CombinePositionIndexesTypes
Members
Member nameValueDescription
None0 Position indexes are never combines
WithSame3DPosition1 Position indexes are combined when 3D positions are the same (may not combine some positions because of float imprecision - Point3D.GetHashCode is used).
WithSame2DScreenPosition2 Position indexes are combined when their screen position in integer format is the same.
See Also