|
So sorry about that last reply as it was nothing close to the answer you wanted. You have a wrong variable name in your macro line
PROF_SEQ[BA=0, EL="#ELEM", ME=1] it should be
PROF_SEQ[BA=0, EL="#ELET", ME=1]
Also here is a check that allows the user to cancel the macro when there is no geometry that has been selected, instead of getting the macro error 2601 box showing up.
WHILE( GRP(0)<=0) PAUSE[TX="ERROR: You have not selected any geometry!", PT=1] // If no geometry is selected this loop loops continuously until you select cancel GRAPHICS_ON[] ENDW
Regards, Michael Senack
-----Original Message-----
Thank you for your help.
I have a question. How do you create a element before the last one you just created. Below is the beginning of my macro. It dose not work properly because it dose not insert the comment in the right place.
Any help would be appreciated.
VAR_REMOVE_ALL[]
LINE[XE=STX(#elmt), YE=STY(#elmt), ZE=STZ(#elmt), AN=0, DS=10, SE=2, SS=2]
LEAD_IN[EL=#elmt, AN=45, DS=1, LC=0, TY=0, CS=0, RP=0, MO=0]
PROF_SEQ[BA=0, EL="#ELEM", ME=1]
Thank you Gary
|
- [mfg-smartcam] Macro question Jeff
- RE: [mfg-smartcam] Macro question Michael Senack
- RE: [mfg-smartcam] Macro question Pete Ruehle
- [mfg-smartcam] Macro question gary
- RE: [mfg-smartcam] Macro question Chris . Kocourek
- [mfg-smartcam] macro question gary
- RE: [mfg-smartcam] macro question Michael Senack
- RE: [mfg-smartcam] macro question Chris . Kocourek
- RE: [mfg-smartcam] macro question Michael Senack
- RE: [mfg-smartcam] macro question FLauzus
- [mfg-smartcam] Macro question gary
- RE: [mfg-smartcam] macro question Pete Ruehle
- [mfg-smartcam] Macro Question Bob Manganello
- RE: [mfg-smartcam] Macro Question FLauzus
- RE: [mfg-smartcam] Macro Question Bob Manganello
- RE: [mfg-smartcam] Macro Question Chris . Kocourek
- [mfg-smartcam] Macro Question Jeff
- RE: [mfg-smartcam] Macro Question FLauzus
- [mfg-smartcam] Macro question gary
