Search:

Type: Posts; User: rkmcswain

Page 1 of 5 1 2 3 4

Search: Search took 0.52 seconds.

  1. Replies
    10
    Views
    358

    Are you saying you want to draw a 2D polyline,...

    Are you saying you want to draw a 2D polyline, but you want to snap to 3D points and ignore the Z elevation?
  2. Replies
    12
    Views
    349

    There is your issue. A scanned PDF is nothing...

    There is your issue. A scanned PDF is nothing more than a PDF container for a TIF (raster image) file, and raster to vector is an inexact science at best.
  3. Replies
    15
    Views
    24,896

    Yea, I think that has been in the "menu" for...

    Yea, I think that has been in the "menu" for years and years.
    Along with a few other "commands", that are actually macros to do more than the command by itself.
  4. Thread: Image

    by rkmcswain
    Replies
    4
    Views
    285

    Not in the way you are talking about. There...

    Not in the way you are talking about.

    There are a few ways to embed an image inside of a drawing, but none of them will give you the same results as you have while attaching the image as a...
  5. Replies
    10
    Views
    352

    Ditto what BlackBox said above ^^^^^^^^^^^^^...

    Ditto what BlackBox said above ^^^^^^^^^^^^^ generally.....

    At install time, we have an "acad.lsp" file that contains one line -> (load "\\\\server\\share\\version\\acad.lsp")
    and I place a copy...
  6. Replies
    10
    Views
    352

    I don't have anything to test really. I build the...

    I don't have anything to test really. I build the deployment right OOTB with no mods, and push customization post-install. Been working fine since R2005.
  7. Replies
    3
    Views
    188

    I see that with CHSPACE all the time. Read this...

    I see that with CHSPACE all the time.
    Read this thread for some theories on why this happens:...
  8. Replies
    8
    Views
    725

    I didn't realize the entire article was going to...

    I didn't realize the entire article was going to be pushed into a forum post, that's probably on my end though.
    Having said that, it looks incomplete since the images are missing.
    I'm not trying to...
  9. Replies
    6
    Views
    339

    Have you opened the .DCL file that gets created...

    Have you opened the .DCL file that gets created in your %temp% directory, and examined it?

    BTW: it all works fine here.
  10. Just an FYI, the points do have some object data,...

    Just an FYI, the points do have some object data, but you say it wasn't what you were looking for?

    41033
  11. What you have there is an ESRI Shapefile (all the...

    What you have there is an ESRI Shapefile (all the "DBrKraftvGarpebodav*" files put together).
    Put all those files (there are 7 in your ZIP file) into a new empty directory.
    In Civil 3D, run the...
  12. Replies
    6
    Views
    282

    Reminds me of a story Lee. We once had some code...

    Reminds me of a story Lee. We once had some code here (written by someone else) in VBA that did some layer checking at startup.
    It was really slow, and for no obvious reason to end users, so I...
  13. Replies
    6
    Views
    282

    Something like this? (defun c:foo () ...

    Something like this?



    (defun c:foo ()
    (if (tblsearch "layer" "mylayer")
    (do_your_stuff_here)
    (alert "Mylayer not found")
    )
    (princ)
  14. Replies
    26
    Views
    21,245

    So true.... Ugghhhh... Same old vague errors for...

    So true....
    Ugghhhh... Same old vague errors for years and years...
    The loading of a linetype from file should either (a) create the textstyle, or (b) tell you in the error message exactly what the...
  15. Replies
    6
    Views
    436

    Assuming you are seeing this on a quote from your...

    Assuming you are seeing this on a quote from your reseller - just ask them.
  16. Replies
    2
    Views
    229

    A good rule of thumb is... PSLTSCALE = 1 (in...

    A good rule of thumb is...
    PSLTSCALE = 1 (in each layout)
    MSLTSCALE = 1
    LTSCALE = 1 (or some factor close, we use 0.5)

    Then just make sure your viewports and MS scale factors are set correctly.
  17. Replies
    4
    Views
    210

    It's just FILEDIA (for File DIAlogs) CMDDIA is...

    It's just FILEDIA (for File DIAlogs)
    CMDDIA is for CoMmanD DIAlogs, and generally only affects AutoCAD Map and/or Raster Design dialogs these days. I'm not aware of any current AutoCAD command...
  18. Replies
    20
    Views
    467

    Are you using plain vanilla AutoCAD?

    Are you using plain vanilla AutoCAD?
  19. Replies
    8
    Views
    259

    The risk with only doing those steps is that the...

    The risk with only doing those steps is that the contents of the viewport are scaled using the center of the viewport as the zoom point.
    So if the model is not centered, it is possible and even...
  20. Replies
    8
    Views
    259

    Double click inside the viewport. This should...

    Double click inside the viewport.
    This should take you into model space, but constrained to the viewport itself.
    Now you can zoom in on your model.

    Without knowing what units and paper size you...
Results 1 to 20 of 97
Page 1 of 5 1 2 3 4