• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD Civil 3D

    Reply
    Valued Mentor
    Posts: 427
    Registered: ‎01-20-2008

    Re: Odd Bearing listing using CGLIST

    09-12-2012 10:52 AM in reply to: AllenJessup
    Thanks again, Looks like Im going to have to do that, since the classgroup command does not exist in the list. ? Rick
    Please use plain text.
    *Expert Elite*
    Posts: 3,054
    Registered: ‎07-22-2003

    Re: Odd Bearing listing using CGLIST

    09-12-2012 11:02 AM in reply to: rl_jackson

    Just add it...Edit the existing G entry, change it to CLASSICGROUP, you will be told it doesn't exist and asked if you want to create it. Answer Yes, then Yes again to overwrite the G alias.

     

    You may need to set permissions for the file alias.pgc to allow write. This file is in the "C3D Install"\Express folder.

    Jeff_M, also a frequent Swamper
    Please use plain text.
    *Expert Elite*
    AllenJessup
    Posts: 4,617
    Registered: ‎05-21-2003

    Re: Odd Bearing listing using CGLIST

    09-12-2012 11:03 AM in reply to: rl_jackson

    It doesn't matter if it appears in the list. Just define it the way you want and when it says Classicgroup is a new command an do you want to add it. Say yes. Then it will work.

     

    You can also define aliases for lisp routines that starts from the command line. If you had a Lisp that you start with Text2Mtext. You could define an alias of T2M.

     

    Allen

    Please use plain text.
    *Expert Elite*
    AllenJessup
    Posts: 4,617
    Registered: ‎05-21-2003

    Re: Odd Bearing listing using CGLIST

    09-12-2012 11:06 AM in reply to: Jeff_M

    Jeff_M wrote:

     

    You may need to set permissions for the file alias.pgc to allow write. This file is in the "C3D Install"\Express folder.


    Jeff,

    Do you mean acad.pgp?

     

    You can verify where the active one is by using (findfile "acad.pgp") at the command line. We keep ours on the server so it doesn't get overwritten on each install.

     

    Allen

    Please use plain text.
    *Expert Elite*
    Posts: 3,054
    Registered: ‎07-22-2003

    Re: Odd Bearing listing using CGLIST

    09-12-2012 11:14 AM in reply to: AllenJessup

    AllenJessup wrote:

    Jeff,

    Do you mean acad.pgp?

     

    Allen


    Nope, alias.pgc is what the Express tools Alias editor tried to edit, but couldn't, until I changed the permissions for that file. This is the list of commands Express Tools uses to edit the pgp file. 

    Jeff_M, also a frequent Swamper
    Please use plain text.
    *Expert Elite*
    AllenJessup
    Posts: 4,617
    Registered: ‎05-21-2003

    Re: Odd Bearing listing using CGLIST

    09-12-2012 11:19 AM in reply to: Jeff_M

    Ah. That makes sense now. I hadn't heard of it before. Nice that it's in ASCII. You could add commands ahead of time, but why bother. Good place to get a list of commands though. Thanks.

     

    Allen

    Please use plain text.
    Valued Mentor
    Posts: 427
    Registered: ‎01-20-2008

    Re: Odd Bearing listing using CGLIST

    09-12-2012 12:32 PM in reply to: AllenJessup

    Thanks again to all,

     

    I was finally able to get the classicgroup to work after changing permissions, and things are working as expected.

     

    Would be nice if Adesk had programmed in the dialoge box for the revised command.

     

    Maybe something for the wish list.

     

    Please use plain text.