'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets whether to use local temperature. Setting this property to true, speeds up the movement of vertices traveling in the same direction and slows down the oscillating and rotating vertices")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property UseLocalTemperature As System.Boolean
'Usage
Dim instance As NForceEnvironment Dim value As System.Boolean instance.UseLocalTemperature = value value = instance.UseLocalTemperature
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets whether to use local temperature. Setting this property to true, speeds up the movement of vertices traveling in the same direction and slows down the oscillating and rotating vertices")] [System.ComponentModel.DefaultValue(true)] public System.bool UseLocalTemperature {get; set;}