Jump to content

Search the Community

Showing results for tags 'join'.

  • Search By Tags

    • join ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 10 results

  1. I was hoping someone in the community could help me out. I've found a design for some 3D printed Mickey Ears that I really like that I'd like to import into Tinkercad. The problem is the file has too many pieces and Tinkercad won't import it because it's too complicated. I've tried to join in AutoCA...
  2. Hello Friends. How are you? Friends, i have a problem. I have two splines located at same elevation with their ends connected. Now, i want to join these two into one. I have tried both join and pedit commands but none of them are working. I have attached CAD file and I am using 2013 versio...
  3. I can't figure out why when I manually enter the command it doesn't cause a regeneration of the model, but when I run my code, it causes it twice. (defun C:PJ () (get_CurrentState) (setvar "CMDECHO" 0) (setvar "PEDITACCEPT" 1) (COMMAND ".PEDIT" PAUSE "JOIN" "ALL" "" "") (cond ((= (...
  4. So I'm having an issue joining some polylines I have in order to make a dimer shape (two circles meeting at one point, with two lines connecting them). I started by making the circles, followed by two lines extending from circle to circle. I then trimmed the lines to get the attached geometry. Howev...
  5. Hello, I need to join an ellipse to a circle then trim the ellipse but keep the whole thing joined. I know how to trim. But I can not join the trimmed to the circle. HELP!!!! Richard
  6. PatDoc63

    join command

    Hi everyone, I often use the join comand selecting all objets and it works fine. But why when I try to input it in my lisp routine it crash. I also try to write directly (command "join") in command line and it does'nt works. Anybody can explain ? Thank's --------------- Ah...
  7. Okay this seems like a simple one. How would I join these 2 commands so it doesn't matter if the line is a line or pline. Thanks [size=3][font=Calibri](defun c:heal2 (/ block ll ur p1 p2)[/font][/size] [size=3][font=Calibri] (vl-load-com)[/font][/size] [size=3][font=Calibri] (setq block...
  8. Hi, Is there any way at all to draw a new polyline - from the endpoint of another polyline, and have it automatically join as one polyline from the existing section?? I know this can be done via PEDIT, but its so laborious and soo many clicks, and I have alot of segmented Polylines that I ne...
  9. how do i do this?

    Dynamic Blocks - Stretching

    Hi, I have a box, and inside that box, there is another box. Connecting/joining both boxes are two lines on all four sides of both boxes. What I don't know is how to stretch the outer box (dynamically) from the top right corner, to any size i wish to drag it out to (keeping the inner box in the cent...
  10. I'm having a hard time trying to fix this drawing in autoCAD. Pardon the poor quality. But how do I fix this problem? Help
×
×
  • Create New...