• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Visual LISP, AutoLISP and General Customization

    Reply
    Distinguished Contributor
    Posts: 121
    Registered: ‎08-03-2012

    Re: Creative Autolisp split view

    09-11-2012 12:48 AM in reply to: devitg

    thanks. devitg

    Please help me?????

    Please use plain text.
    Distinguished Contributor
    Posts: 1,596
    Registered: ‎03-14-2004

    Re: Creative Autolisp split view

    09-11-2012 04:46 AM in reply to: A.wikipedia

    Please contact me , at the e mail in the attached file 

     

     

     

    Please use plain text.
    Distinguished Contributor
    Posts: 1,596
    Registered: ‎03-14-2004

    Re: Creative Autolisp split view

    09-11-2012 06:13 AM in reply to: devitg
    hi wikipedia, please apologize me ,I miss understood . I´m not able to solve such problem
    Please use plain text.
    Distinguished Contributor
    Posts: 121
    Registered: ‎08-03-2012

    Re: Creative Autolisp split view

    09-13-2012 06:16 PM in reply to: devitg

    Please help me.

    I am use Autocad 2013 detaling structure.

    I want to write a lisp command "MVIEW". Like youtube video.

    http://www.youtube.com/watch?feature=endscreen&v=-krtEmc7UPs&NR=1

    Please use plain text.
    Distinguished Contributor
    Posts: 121
    Registered: ‎08-03-2012

    Re: Creative Autolisp split view

    09-14-2012 03:33 AM in reply to: A.wikipedia

    Please hlep me.

    Please use plain text.
    Valued Contributor
    Posts: 80
    Registered: ‎11-27-2008

    Re: Creative Autolisp split view

    09-14-2012 06:02 AM in reply to: A.wikipedia

    I fail to see why this is so desperate for you - it is only a speed up of what you can carry out anyway - just do it manually.

     

    MVIEW is a native AutoCAd command - read the help on it if you are unsure.

     

    Just make sure you are in paperspace, and on the layer you want your viewport to exist (usually non-printing), then issue the MVIEW command.

     

    Pick points for the corners of the viewport and you get the whole drawing visible in the viewport. Double click on the viewport to get into modelspace and set the scale for printing - e.g. command ZOOM, then set scale at prompt such as 1/50XP, pan to get the view you want - and return to modelspace. This would give you a viewport on your sheet at a scale of 1/50 when the sheet is printed full size - the XP suffix does that. If you need to resize the viewport, click on it and then Grip-edit it.

     

    No one is going to write you a lisp for what you want - why is it so important?

    Please use plain text.
    Distinguished Contributor
    Posts: 121
    Registered: ‎08-03-2012

    Re: Creative Autolisp split view

    09-14-2012 06:49 AM in reply to: Gordon_S

    Thank  Gordon_S.

    I verry need lisp.I do rough drawings lease.I spent a lot of time to adjust the view.I want to make my work faster.

    Please....

    Please use plain text.
    *Expert Elite*
    dgorsman
    Posts: 3,285
    Registered: ‎10-12-2006

    Re: Creative Autolisp split view

    09-14-2012 11:07 AM in reply to: A.wikipedia

    Please understand, this is a user help forum not a free code generation studio.  You are unlikely to get somebody to write wholesale functions on demand.  If you have created some code, and are stuck on some flow logic or syntax, posters may provide some assistance.  But the level of assistance you seem to be expecting is unlikely to come through repeated demands of "help me".

    ----------------------------------
    If you are going to fly by the seat of your pants, expect friction burns.
    Adopt. Adapt. Overcome. Or be overcome.


    Please use plain text.
    Distinguished Contributor
    Posts: 121
    Registered: ‎08-03-2012

    Re: Creative Autolisp split view

    09-14-2012 08:02 PM in reply to: dgorsman

    Ok. Sorry All.

    Please use plain text.
    *Expert Elite*
    Posts: 840
    Registered: ‎08-16-2007

    Re: Creative Autolisp split view

    09-15-2012 06:41 AM in reply to: A.wikipedia

    The sad thing is that the program requested is actually slower and more complicated than the method Gordon explained. See video.  In contrast to the over 5 minute process demonstrated on youTube, this method takes less than 2 minutes and accomplishes the same thing.  After doing this, if you want the layout to be back in model space, just export it.

     

    http://screencast.com/t/0WTAKdC8c

    Please use plain text.