NevronOpenVision
Nevron.Nov.Diagram.Layout Namespace / NForceEnvironment Class


NForceEnvironment Class Properties

For a list of all members of this type, see NForceEnvironment members.

Public Properties
 NameDescription
Public PropertyGets the force directed layout to which this environment belongs  
Public PropertyGets or sets the local cooling step. It controls the amount with which the vertex local temperature is decreased if it deviates from its direction. By default set to 0.1f  
Public PropertyGets or 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  
Public PropertyGets or sets the local warming step. It controls the amount with which the vertex local temperature is increased if it follows its direction. By default set to 0.1f  
Public PropertyGets or sets the max force. In order to ensure the layout stability, the max force is used to define the largest possible force applied at each iteration.  
Public PropertyGets or sets the max local temperature. It controls the maximum to which a vertex can be warmed. By default set to 1.0f  
Public PropertyGets or sets whether to use global temperature. If this setting is set to true the movement of the vertices will be gradually constrained until they are finally freezed  
Public PropertyGets or 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  
Public PropertyGets or sets the X magnitude factor. Controls the X force fraction to apply at each iteration. By default set to 1.0f  
Public PropertyGets or sets the Y magnitude factor. Controls the Y force fraction to apply at each iteration. By default set to 1.0f  
Top
See Also