Interface INodeEnergyData
Represents energy data with overlap area and move distance.
Namespace: Edgar.Legacy.Core.Configurations.Interfaces.EnergyData
Assembly: Edgar.dll
Syntax
public interface INodeEnergyData : IEnergyData
Properties
MoveDistance
How far is the node from a valid position.
Declaration
int MoveDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overlap
Overlap area of the node.
Declaration
int Overlap { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |