Search found 6 matches

xdata questions

Is it possible to preserve xdata . I have a number of procedures that write xdata to an object, Example the first one assigns xdata as the object is drawn, others perform additional calcs and set the results as xdata. the issue is when additional set xdata is written the old xdata is cleared. Exampl...

selectionset

Hi all, I'm programming in vb6 I'm tring to create a selectionset to select the point entities inside a circle, the following code snippet is returning the all points. Any Suddestions? the center.x and center.y points are picked up from a prior SelectOn Screen that gets the center coords for the sel...

Create polyline from file

Hello All, I'm trying to create a ployline from a text file. I use a similar code to create lines from point to point. What is missing in this code? It appears to only create the first point in the file. Do While Not EOF(1) Input #1, number, XCOORD, YCOORD, ZCOORD, code Set myPoints = Library.Create...

Running vb app from intellicad

i have an app i ported from autocad. the app runs fine. this is my problem in order to run the app, i must load it through tools load app dialog, run it , close it then if i want to run it again i have to tools unload it, reload it. How can a call this app from the menu instead of loading and unload...

Go to advanced search