 |
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.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic static float MaxLineArrowLength { get; set; }Property Value
Single
See Also