Beispiel #1
0
 public HatchInfo(Hatch h)
 {
     Id = h.Id;
      if (h.Associative)
      {
     IdsAssociate = h.GetAssociatedObjectIds();
      }
      PatternName = h.PatternName;
      PatternScale = h.PatternScale;
      PatternAngle = h.PatternAngle;
      PatternType = h.PatternType;
      Layer = h.Layer;
      Color = h.Color;
      Lineweight = h.LineWeight;
 }
Beispiel #2
0
 public HatchInfo(Hatch h)
 {
     Id = h.Id;
     if (h.Associative)
     {
         IdsAssociate = h.GetAssociatedObjectIds();
     }
     PatternName  = h.PatternName;
     PatternScale = h.PatternScale;
     PatternAngle = h.PatternAngle;
     PatternType  = h.PatternType;
     Layer        = h.Layer;
     Color        = h.Color;
     Lineweight   = h.LineWeight;
 }