MarioRainer's Profile
- Group:
- Members
- Active Posts:
- 33 (0.04 per day)
- Most Active In:
- Avax Vector ActiveX Support (33 posts)
- Joined:
- 11-May 08
- Profile Views:
- 881
- Last Active:
Aug 06 2010 09:06 AM- Currently:
- Offline
Topics I've Started
-
Big dxf File could not import
Posted 6 Aug 2010
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 -
coordinates of Command.Nearest_c
Posted 9 Feb 2010
hello,
is it possible do get the coordinates of Command.Nearest_c?
friendly
MarioRainer -
next point inside a selected polyline
Posted 8 Feb 2010
Hello,
How do I get the next point within a selected polyline
Can someone help me?
Thank you very much
Greeting
Mario Rainer
My Information
- Member Title:
- Advanced Member
- Age:
- 38 years old
- Birthday:
- September 9, 1971
- Gender:
- Location:
- Germany
Contact Information
- E-mail:
- Click here to e-mail me
- Website URL:
-
http://www.mr-pro.de
Sign In
Register
Help
Find Topics
Find Posts