示例#1
0
 public void Remove(Facie facie)
 {
     facies.Remove(facie);
 }
示例#2
0
        private static bool IsMatchingColumn(Facie facie, LayerType layerType)
        {
            var attribute = GetRotationAttribute(facie.Position);

            return(attribute.Column == layerType || layerType == LayerType.All);
        }
示例#3
0
 public void Add(Facie facie)
 {
     facies.Add(facie);
 }