Show / Hide Table of Contents

Interface INodeEnergyData

Represents energy data with overlap area and move distance.

Inherited Members
IEnergyData.Energy
IEnergyData.IsValid
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
Back to top Generated by DocFX