Question?

Discussion in 'AutoCAD' started by Mama Bear, Feb 2, 2007.

  1. Mama Bear

    Mama Bear Guest

    It's been a few years since I took the AutoCAD program at Emily Griffith,
    I didn't even get through the whole thing and haven't worked in the field,
    so I'm afraid I've forgotten what little I learned about 3D.

    But I'm trying to draw a 3D rendition of a box, anyway, for someone to
    weld for me.

    Are there any of you who wouldn't mind answering a question for me?

    Can I post a binary here?
     
    Mama Bear, Feb 2, 2007
    #1
  2. Mama Bear

    longshot Guest

    some will bitch, but go for it. pdf is preferable
     
    longshot, Feb 2, 2007
    #2
  3. There are all kinds of sites where you can post images and then link to them
    in your post.
     
    Michael Bulatovich, Feb 2, 2007
    #3
  4. Mama Bear

    Guest Guest

    Get broadband
     
    Guest, Feb 2, 2007
    #4
  5. ASS U ME?
     
    Michael Bulatovich, Feb 2, 2007
    #5
  6. Mama Bear

    Mama Bear Guest

    Ok, here:

    http://lakewoodcolorado.net/MamaBear/Box1.jpg

    I basically sketched out the box, not knowing what the heck I'm doing in
    3D anymore, and then tried to dimension it, but the dimensions are
    upside down and screwy in some cases, as you can see on the left side
    there. Different planes or views or something? :)
     
    Mama Bear, Feb 2, 2007
    #6
  7. Exactly. You need to become expert at manipulating the UCS to do 3D work.
    Look it up in the help.
    Dimensions are 'flat' objects sitting in the UCS current when they are made.
     
    Michael Bulatovich, Feb 2, 2007
    #7
  8. Mama Bear

    RJS Guest

    nice forumm !
     
    RJS, Feb 3, 2007
    #8
  9. The most most suitable CAD-system for this complicated construction would be
    a pencil and some paper... :)
     
    peter govaere, Feb 4, 2007
    #9
  10. Mama Bear

    RoB de Vries Guest

    Did you solve your problem?
    I have a simular drawing available, which might help you out.


    gtx
    RoB
    zz=cc
     
    RoB de Vries, Feb 5, 2007
    #10
  11. Mama Bear

    Dr Fleau Guest

    This won't solve all your problems, but it does do miracles for manipulating
    UCS. Copy to blank notepad file under the name UCSSTUFF.LSP in your Support
    folder, Load using APPLOAD->UCSSTUFF.LSP
    It is a small program that lets you twist and turn the ucs using real simple
    commands i.e.:

    -->
    (defun c:xx ()
    (command "_ucs" "n" "x" "90")
    (princ)
    )
    (defun c:yy ()
    (command "_ucs" "n" "y" "90")
    (princ)
    )
    (defun c:zz ()
    (command "_ucs" "n" "z" "90")
    (princ)
    )
    <--

    XX turns the UCS clockwise around the X axis a quarter-turn (90º)
    YY turns the UCS clockwise around the Y axis a quarter-turn (90º)
    ZZ turns the UCS clockwi.... you get the drift.

    Do the following:

    UCS - Move (pick point on plane where you want to place dimensions) XX to
    place the UCS in correct position (or YY, ZZ)

    Lather, rinse, repeat.

    If you need a quick little job done, I'd be more than happy to help you out
    free of charge.

    Dr Fleau
     
    Dr Fleau, Feb 5, 2007
    #11
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.