Click or drag to resize
Ab4d.SharpEngine logo

LineNodeMaxLineArrowLength Property

Gets or sets a float value that specifies the maximum arrow length set as fraction of the line length - e.g. 0.333333f (default) means that the maximum arrow length will be 1/3 of the line length. If the line is short so that the arrow length exceeds the amount defined by MaxLineArrowLength, the arrow is shortened (the arrow angle is increased). This is applied before the MinLineListArrowLength or MinLineStripArrowLength. To set a custom MaxLineArrowLength for a LineNode or derived class, call its SetMaxLineArrowLength(Single).

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public static float MaxLineArrowLength { get; set; }

Property Value

Single
See Also