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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public static float MaxLineArrowLength { get; set; }

Property Value

Single

[Missing <value> documentation for "P:Ab4d.SharpEngine.SceneNodes.LineNode.MaxLineArrowLength"]

Remarks

[Missing <remarks> documentation for "P:Ab4d.SharpEngine.SceneNodes.LineNode.MaxLineArrowLength"]

See Also