Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SETTING PC2 WITHOUT PLOTTING

7 REPLIES 7
Reply
Message 1 of 8
Anonymous
163 Views, 7 Replies

SETTING PC2 WITHOUT PLOTTING

Can someone please tell me how to open a PC2 file through the command line
WITHOUT plotting? I would be ever so grateful. (I'm using R14) Thanks.
7 REPLIES 7
Message 2 of 8
Anonymous
in reply to: Anonymous

"Jd" wrote in message
news:775D5787FAB30190C704D2942160839D@in.WebX.maYIadrTaRb...
> Can someone please tell me how to open a PC2 file through the command line
> WITHOUT plotting? I would be ever so grateful. (I'm using R14) Thanks.

Do everything as you would if you were plotting the dwg, but just don't
proceed with the plot.

HTH
kevin
Message 3 of 8
Anonymous
in reply to: Anonymous

Thanks Kevin, but how do I cancel out of the plot through lisp and still
continue with my lisp.
I get the screen options as follow:

0. No changes, proceed to Plot
1. Merge partial configuration from .pcp file
2. Replace configuration from .pc2 file
3. Save partial configuration as .pcp file
4. Save configuration as .pc2 file
5. Detailed plot configuration

Enter choice, 0-5 <0>:

I want to cancel out of this but still continue with my lisp. I'm just
wanting to load a PC2 and preview the plot. Not plot it...

"Kevin Nehls" wrote in message
news:4301BA2A12946DE675632D830C610757@in.WebX.maYIadrTaRb...
> "Jd" wrote in message
> news:775D5787FAB30190C704D2942160839D@in.WebX.maYIadrTaRb...
> > Can someone please tell me how to open a PC2 file through the command
line
> > WITHOUT plotting? I would be ever so grateful. (I'm using R14) Thanks.
>
> Do everything as you would if you were plotting the dwg, but just don't
> proceed with the plot.
>
> HTH
> kevin
>
>
Message 4 of 8
Anonymous
in reply to: Anonymous

"Jd" wrote in message
news:7F4ED725663B6785249C5581EE8C6D62@in.WebX.maYIadrTaRb...
> Thanks Kevin, but how do I cancel out of the plot through lisp and still
> continue with my lisp.
> I get the screen options as follow:
>
> 0. No changes, proceed to Plot
> 1. Merge partial configuration from .pcp file
> 2. Replace configuration from .pc2 file
> 3. Save partial configuration as .pcp file
> 4. Save configuration as .pc2 file
> 5. Detailed plot configuration

It's been awhile since I've used R14 and can't remember all of the syntax
for the Plot command. You should however, be able to cancel out of the
command by issuing a (command)

example:
(command "plot" "do your stuff")
(command)

hth
kevin
Message 5 of 8
Anonymous
in reply to: Anonymous

I tried it, and it seemed to work. It cancels out of the plot command but it
just reverted back to whatever pc2 configuration was set as current before i
ran the lisp. Kind of frustrating. I just want to open(not overwrite the
current plot setting) a PC2 at the command line and set it as current. I
know I can do it through the dialogs, but I'm really wanting to do it
through lisp. Thanks for your help Kevin.

"Kevin Nehls" wrote in message
news:2B5BDDFC74AA00032BE862254A209BD3@in.WebX.maYIadrTaRb...
> "Jd" wrote in message
> news:7F4ED725663B6785249C5581EE8C6D62@in.WebX.maYIadrTaRb...
> > Thanks Kevin, but how do I cancel out of the plot through lisp and still
> > continue with my lisp.
> > I get the screen options as follow:
> >
> > 0. No changes, proceed to Plot
> > 1. Merge partial configuration from .pcp file
> > 2. Replace configuration from .pc2 file
> > 3. Save partial configuration as .pcp file
> > 4. Save configuration as .pc2 file
> > 5. Detailed plot configuration
>
> It's been awhile since I've used R14 and can't remember all of the syntax
> for the Plot command. You should however, be able to cancel out of the
> command by issuing a (command)
>
> example:
> (command "plot" "do your stuff")
> (command)
>
> hth
> kevin
>
>
Message 6 of 8
Anonymous
in reply to: Anonymous

"Jd" wrote in message
news:3B61821A25EC5D233745AA5CA17C6274@in.WebX.maYIadrTaRb...
> I tried it, and it seemed to work. It cancels out of the plot command but
it
> just reverted back to whatever pc2 configuration was set as current before
i
> ran the lisp. Kind of frustrating. I just want to open(not overwrite the
> current plot setting) a PC2 at the command line and set it as current. I
> know I can do it through the dialogs, but I'm really wanting to do it
> through lisp. Thanks for your help Kevin.

Sorry. I tried. I know that you can do this with A2K+ and I think I
remember being able to do this with R12. But it just been way to long since
I've used them that I can't remember the syntax and what you can and can't
do.

Hopefully someone will pipe in that still has a copy of R14 laying around.

kevin
Message 7 of 8
Anonymous
in reply to: Anonymous

The way I get around this in R14 is to PLOT a very small window. Normally
nothing comes out of the plotter and all my settings get saved. Good thing
they added the Page Setup dialog to R15, there should have been an APPLY
button on the plot dialog all along.

Jim

*Sorry for the repeated message*


"Jd" wrote in message
news:775D5787FAB30190C704D2942160839D@in.WebX.maYIadrTaRb...
> Can someone please tell me how to open a PC2 file through the command line
> WITHOUT plotting? I would be ever so grateful. (I'm using R14) Thanks.
>
>
Message 8 of 8
Anonymous
in reply to: Anonymous

The plotting window is not something i want to do. I've got a PC2 file that
has ALL of my plot settings (including a plot window). I guess I'll have to
do it manually until I upgrade.
Thanks for the feedback.

"J.Smith" wrote in message
news:187EBD41ECF631C4F0F6ECE27CE73B3A@in.WebX.maYIadrTaRb...
> The way I get around this in R14 is to PLOT a very small window. Normally
> nothing comes out of the plotter and all my settings get saved. Good thing
> they added the Page Setup dialog to R15, there should have been an APPLY
> button on the plot dialog all along.
>
> Jim
>
> *Sorry for the repeated message*
>
>
> "Jd" wrote in message
> news:775D5787FAB30190C704D2942160839D@in.WebX.maYIadrTaRb...
> > Can someone please tell me how to open a PC2 file through the command
line
> > WITHOUT plotting? I would be ever so grateful. (I'm using R14) Thanks.
> >
> >
>
>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost