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.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
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