Custom Macro Creation
Custom Macro Creation
(OP)
Hey Gang,
Wanted to know if anybody has experience in Macro creation?
What I'm looking for right now is the required language (I'm guessing VB or VB.NET?), a good compiler and the possibility of finding a catalog of functions or even tutorials if they exist.
As always, your help is much appreciated!
Cheers,
Martin
Wanted to know if anybody has experience in Macro creation?
What I'm looking for right now is the required language (I'm guessing VB or VB.NET?), a good compiler and the possibility of finding a catalog of functions or even tutorials if they exist.
As always, your help is much appreciated!
Cheers,
Martin





RE: Custom Macro Creation
My main sources for info was from this site, best to register to get the downloads, but the people here are really clued up.
htt
DonYoung, from this site is also a great source of info.
Beachcomber here also posted a link to the SE developers/programmers manual
http://www
One you've registered with Jason Newell's website go here to find virtually everything you may require or just search the forum
h
RE: Custom Macro Creation
there is some documentation available from UGS. But it
is rather outdated as it refers to V9 -- the cover says
V15, however (V15_ProgrammersGuide_MU28000.pdf) and I
don't know where to find it now on their site.
You may find some samples (written in VB6) by looking into
SE --> Help --> Programming with SolidEdge, this along
with the object browser in VB is the only dcoumentation
that's available -- the rest is 'trial 'n error'.
Jason Newell's site, mentioned above, is a good source
when using VB.NET or Express. When it's VB6 you might
find a lot of programs here: www.incobase.de most have
the source included when this is not the case I think
that you can ask for it.
dy
RE: Custom Macro Creation
If you use VB6 it will be OK, but if you use the Express or .NET versions you will find some things are out of date.
bc.
2.4GHz Core2 Quad, 4GB RAM,
Quadro FX4600.
RE: Custom Macro Creation
you have already posted it see second Link supplied by karmoh
dy
RE: Custom Macro Creation
(Even older now as today is my birthday)
bc.
2.4GHz Core2 Quad, 4GB RAM,
Quadro FX4600.
RE: Custom Macro Creation
Thanks to all for your responses! That PDF is sure to come in handy, even if it's just for reference.
I was thinking of using the new Express 2008. I'm guessing it's just more up-to-date than Express 2005?
As for the language, I know limited VB, put I'm pretty fluent in C, C++, Lisp, Prolog and medium Java. So I'm guessing .NET will mostly resemble VB and C++? Anyways, that's a bit off topic as I'll end up going through Microsoft's tutorials for Express 2008...
Again, thanks for all your help!
Cheers,
Martin
RE: Custom Macro Creation
The more candles your birthday's cake has the lesser
the breath to put them out
Enjoy the day
Cheers
dy
RE: Custom Macro Creation
Jason Newell is also fluent in C too, hence most of his examples are in both VB & C. I believe MS do an express version of that too.
Once you start customization is quite easy and addictive. I've mainly used it for mainipulating file properties.