Exemplo n.º 1
0
        public DxfTableBreakHeight Clone()
        {
            DxfTableBreakHeight tableBreakHeight = new DxfTableBreakHeight();

            tableBreakHeight.CopyFrom(this);
            return(tableBreakHeight);
        }
Exemplo n.º 2
0
 private void CopyFrom(DxfTableBreakHeight from)
 {
     this.point3D_0 = from.point3D_0;
     this.double_0  = from.double_0;
 }