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

    Visual LISP, AutoLISP and General Customization

    Reply
    Active Contributor
    Posts: 34
    Registered: ‎08-15-2008

    acad_dim.-dimstyle not working in 2013 anymore

    160 Views, 5 Replies
    10-07-2012 07:33 PM

    The (command "acad_dim.-dimstyle")

    now returns unkmnown command in 2013.

    Anyone have a cure?

    Thanks,

    Please use plain text.
    Active Contributor
    Posts: 34
    Registered: ‎08-15-2008

    Re: acad_dim.-dimstyle not working in 2013 anymore

    10-07-2012 09:06 PM in reply to: leipogs23

    Got it,

     

    acDcDimStyles.arx is not loaded

     

    Please use plain text.
    Active Contributor
    Posts: 34
    Registered: ‎08-15-2008

    Re: acad_dim.-dimstyle not working in 2013 anymore

    10-07-2012 09:20 PM in reply to: leipogs23

    Oooops...

     

    I thought it worked. Still uknown command.

     

    Please help. Thanks

    Please use plain text.
    Valued Mentor
    _Tharwat
    Posts: 459
    Registered: ‎07-02-2010

    Re: acad_dim.-dimstyle not working in 2013 anymore

    10-07-2012 09:27 PM in reply to: leipogs23

    It is working here , and it should be without acad_dim like this .

     

    (command "_.-DIMSTYLE")

    Please use plain text.
    Active Contributor
    Posts: 34
    Registered: ‎08-15-2008

    Re: acad_dim.-dimstyle not working in 2013 anymore

    10-07-2012 09:33 PM in reply to: _Tharwat

    Thanks Tharwat for the reply.

     

    Thats my problem. I have a ton of lsp with "acad_<command group>.<command>".

    It is working on all versions untill 2012. In 2013 its now unknown command.

     

    Is there anything that I'm missing or do I really need to edit all programs 1 by 1?

     

    Thanks...

    Please use plain text.
    Mentor
    Posts: 1,027
    Registered: ‎04-04-2001

    Re: acad_dim.-dimstyle not working in 2013 anymore

    10-10-2012 01:29 PM in reply to: leipogs23

    It's been changed in 2013.

     

    (command "acore_dim.-dimstyle")

    Please use plain text.