AVAX-software.com Forums: Big dxf File could not import - AVAX-software.com Forums

Jump to content

Page 1 of 1

Big dxf File could not import

#1 User is offline   MarioRainer Icon

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 43
  • Joined: 11-May 08
  • Location:Germany

Posted 06 August 2010 - 08:53 AM

Hello,

i have so problem with the improt of a big dfx file.
I started the import and nothing happens.


Private Function ImportDXF(sDXFFile As String) As Boolean
    Dim xMin As Single, yMin As Single, zMin As Single
    Dim xMax As Single, yMax As Single, zMax As Single
    Dim sProp() As String
    If IsFile(sDXFFile) = True Then
       Call cAvax1.CalcBoundsDrawing
       Call cAvax1.GetBoundsDrawing(xMin, yMin, zMin, xMax, yMax, zMax)
       cAvax1.AutoRedraw = False
       Screen.MousePointer = vbHourglass
       If cAvax1.Add_DXF(sDXFFile, "", xMin, yMin, zMin, sProp()) = True Then
          ImportDXF = True
          cAvax1.Command = AutoLimits_c
       End If
       Screen.MousePointer = vbDefault
       cAvax1.AutoRedraw = True
    End If
End Function



Have you any idea what i can do?


Thanks
Mario

#2 User is offline   elias Icon

  • Newbie
  • Icon
  • Group: Support
  • Posts: 51
  • Joined: 24-October 08
  • Gender:Male

Posted 06 August 2010 - 10:48 AM

Hi,

Can you zip and attach the dxf file?

Thank you

#3 User is offline   MarioRainer Icon

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 43
  • Joined: 11-May 08
  • Location:Germany

Posted 16 September 2010 - 03:17 PM

Hello,

here is the dxf file.

MarioRainer

Attached File(s)



#4 User is offline   elias Icon

  • Newbie
  • Icon
  • Group: Support
  • Posts: 51
  • Joined: 24-October 08
  • Gender:Male

Posted 20 September 2010 - 12:21 PM

The latest version seems to import the dxf file with no problem. It just takes a while (30 sec at my pc) because of it's size.

Page 1 of 1


Fast Reply

  

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users