Click or drag to resize
AB4D logo

ThickLineEffectGlobalLineThicknessFactor Property

Gets or sets a double value that is multiplied by all LineThickness values for all line materials that are rendered by this ThickLineEffect. Default value is 1. This preserves the original LineThickness. Changing this value can change the line thickness of all lines in the scene.

Namespace: Ab3d.DirectX.Effects
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public float GlobalLineThicknessFactor { get; set; }

Property Value

Single
See Also