Exemplo n.º 1
0
        public override void ResolveReferences(Class374 modelBuilder)
        {
            base.ResolveReferences(modelBuilder);
            DxfBlockStretchAction blockStretchAction = this.Object as DxfBlockStretchAction;

            if (this.ulong_3 != null && this.ulong_3.Length != 0)
            {
                for (int index = 0; index < this.ulong_3.Length; ++index)
                {
                    blockStretchAction.StretchEntities[index].Entity = modelBuilder.method_4 <DxfHandledObject>(this.ulong_3[index]);
                }
            }
            else
            {
                blockStretchAction.StretchEntities = (DxfBlockPolarStretchAction.StretchEntity[])null;
            }
            if (blockStretchAction.StretchEntities == null)
            {
                return;
            }
            foreach (DxfBlockPolarStretchAction.StretchEntity stretchEntity in blockStretchAction.StretchEntities)
            {
                if (stretchEntity.Entity == null)
                {
                    Class740.smethod_14(blockStretchAction.OwnerObjectSoftReference as DxfEvalGraph);
                    break;
                }
            }
        }
Exemplo n.º 2
0
 public void Visit(DxfBlockStretchAction blockStretchAction)
 {
 }
Exemplo n.º 3
0
 public void Visit(DxfBlockStretchAction blockStretchAction)
 {
     this.bool_0 = true;
 }
Exemplo n.º 4
0
 public Class269(DxfBlockStretchAction obj)
     : base((DxfBlockAction)obj)
 {
 }