Click or drag to resize
AB4D logo

LineMaterialMinLineStripArrowLength Property

Gets or sets a float value that specifies the minimum arrow length set as a multiplier of the line thickness - e.g. 2 means that the line arrow will not be shorter than 2 times the line arrow. This can be used to line arcs and curves where the line segments are very short. This is applied after the MaxLineArrowLength and only for poly-lines and connected lines (IsLineStrip is true). For individual lines and disconnected lines (IsLineStrip is false), the MinLineListArrowLength is used. Default value is 2 that limits always shows the arrow size at least 2 line thicknesses long for connected lines. This prevents hiding the line arrow for line arcs where individual line segments are very short. To set a custom MinLineArrowLength for an ScreenSpaceLineNode, call its SetMinLineArrowLength(Single).

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntax
C#
public static float MinLineStripArrowLength { get; set; }

Property Value

Single
See Also