|
LineMaterialMaxLineArrowLength Property |
Gets or sets a float value that specifies the maximum arrow length set as fraction of the line length - e.g. 0.333 (default) means that the maximum arrow length will be 1 / 3 (=0.333) 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 an ScreenSpaceLineNode, call its
SetMaxLineArrowLength(Single).
Namespace: Ab3d.DirectX.MaterialsAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntax public static float MaxLineArrowLength { get; set; }
Property Value
SingleSee Also