LDDT4 Create Curb Command

Discussion in 'AutoCAD' started by Jason Stevens, Feb 24, 2004.

  1. I am writing a program to create a swale based a 3dpolyline that the user
    will draw before they run the program. The 3dpolyline will be the
    centerline of the swale. I want to create about 5 3dpolylines on each side
    of the centerline which we currently do with the create curb command. How
    do I call this command in VBA?

    Jason Stevens
    RGS Associates
     
    Jason Stevens, Feb 24, 2004
    #1
  2. Hi Jason,

    Look in the menu file to find the commands being processed by the menu.
    Then use a "sendcommand" process.

    You may find it easier to Purchase a program like "Stringer" which can do
    this already from a user defined template where you simply set up a template
    file with horizontal and vertical offsets (and layers) required and then
    select you source polyline to draw all the 3D polylines as defined in the
    template file. There are no limits on the number of offsets you can put in
    the file.

    --


    Laurie Comerford
    CADApps
    www.cadapps.com.au
     
    Laurie Comerford, Feb 24, 2004
    #2
  3. I should be able to use the Sendcommand but does anyone know what you type
    to start the Create Curb. The code on the button to start it is:
    ^C^C^C^P(er_mnl)(zz_sdsk '(er_grdcurb));LDD
    I have tryed many different variations of this and nothing will start the
    command.

    Jason
     
    Jason Stevens, Feb 25, 2004
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.