Hi,
I made an Solid Edge macro with visual basic. When i start the macro the programm wil make the lines i wanted. But i can't do anything with the lines, they are not shown in pathfinder. And wehn i save the file, the lines are gone. I tried an example from the solid edge programmers guide...
Okay i managed to make it draw my lines and curves, but the problem now is that my data is stored as meters. In solid eddge i will get really big lines and curves. Can i convert my data in visual basic to millimeters?
Also i wnat to edit my sketch, but i cant acces my sketch. And when i save th...
Hello,
I made the following code with visual basic 2003 to make curves in solid edge.
The problem is that the program doest draw anything in solid edge. Every variable i got, what is read from a text file, is used. The arrays for making the curves with the BSplinecurve2d.addbypoints method are...
Thank you!
But i think the curve by table option will be alot of work, because i got A lot of xy series
Im going to try the first option, and if i dont get that working i will use the alternative option.
Hello,
Is it possible to make curves in a Solid Edge 2D sheet with different XY series? These series are in excel and have more xy series next to each other ( like xyxyxyxy) with visual basic?
Or is it possible to make these curves with a formula in visual basic that takes data from an text or...