Interface ICorridorsData
Represents energy data used when working with corridors.
Inherited Members
Namespace: Edgar.Legacy.Core.Configurations.Interfaces.EnergyData
Assembly: Edgar.dll
Syntax
public interface ICorridorsData : INodeEnergyData, IEnergyData
Properties
CorridorDistance
How far is the node from valid position with respect to the neighbours in the original without corridor rooms.
Declaration
int CorridorDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberOfTouching
How many rooms is this room touching.
Declaration
int NumberOfTouching { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |