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
Sign In
Register
Help
Add Reply


MultiQuote