'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the direction deviation. It controls the allowed deviation from the previous vertex force direction, below which the vertex is considered to have the same direction. By default set to 45 degrees")> <System.ComponentModel.DefaultValueAttribute(45)> Public Property LocalDirectionDeviation As System.Single
'Usage
Dim instance As NForceEnvironment Dim value As System.Single instance.LocalDirectionDeviation = value value = instance.LocalDirectionDeviation
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the direction deviation. It controls the allowed deviation from the previous vertex force direction, below which the vertex is considered to have the same direction. By default set to 45 degrees")] [System.ComponentModel.DefaultValue(45)] public System.float LocalDirectionDeviation {get; set;}