Click or drag to resize
AB4D logo

LineMaterialMinLineListArrowLength 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 is applied after the MaxLineArrowLength and only for individual lines and disconnected lines (IsLineStrip is false). For poly-lines and connected lines (IsLineStrip is true), the MinLineStripArrowLength is used. Default value is 0 that does not limit how small the arrow can be (it will disappear when the line is 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 MinLineListArrowLength { get; set; }

Property Value

Single
See Also