PatDoc63 Posted January 22, 2015 Posted January 22, 2015 (edited) 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 ! Le français... ;-) Edited January 22, 2015 by PatDoc63 Resolved Quote
nestly Posted January 22, 2015 Posted January 22, 2015 I also try to write directly (command "join") in command line and it does'nt works. What doesn't work? Is there an error message? Does it seem to work, but the selected objects are not joined? Are you selecting a "source object" first? Quote
PatDoc63 Posted January 22, 2015 Author Posted January 22, 2015 ... Are you selecting a "source object" first? Well, when I use the command, all I have to do is selecting all objects without selecting a source object: Command: join --> all --> enter But in command line, I can't because autocad wait for me to select a source objet first, and I don't want to... I wish i'm clear because english is not my native language. Quote
nestly Posted January 22, 2015 Posted January 22, 2015 In vertical versions (ie C3D), you may need to use .JOIN to use the core AutoCAD command. Quote
PatDoc63 Posted January 22, 2015 Author Posted January 22, 2015 In vertical versions (ie C3D), you may need to use .JOIN to use the core AutoCAD command. Thank you nestly for your answer. The command works directly in c3D. It's when I put it between parenthesis there is a "nil" auto answer for "selecting source object first". That's what bugging me. Quote
nestly Posted January 22, 2015 Posted January 22, 2015 OK, I just wanted to make sure you knew there's a difference between JOIN and .JOIN. Animation below made using AutoCAD MEP2015 Quote
PatDoc63 Posted January 22, 2015 Author Posted January 22, 2015 Yes I understand the difference. And if I write: (command ".join") or (command "join") I'm ask to select the source objet in both cases... Quote
hmsilva Posted January 22, 2015 Posted January 22, 2015 Yes I understand the difference. And if I write: (command ".join") or (command "join") I'm ask to select the source objet in both cases... You'll have to call 'initcommandversion' first (initcommandversion) (command "_.join" "_All" "") Henrique Quote
hmsilva Posted January 22, 2015 Posted January 22, 2015 You're welcome, PatDoc63 Glad I could help Henrique Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.