SLW210 Posted September 28, 2011 Posted September 28, 2011 Create a button with this Macro to set Z = 0. ^C^C_UCS;;_move _all;;0,0,1e99;;_move _all;;0,0,-1e99;;_chprop;_all;;_thickness;0;;^M; Quote
MisterJingles Posted September 28, 2011 Author Posted September 28, 2011 I wasn't born with that know-how and I've made plenty of mistakes of my own on the way to gaining it No doubt, we all started at different times but are all travelling the same road, some further ahead than others. Guys like myself appreciate the time and effort users like yourselves put in to helping us along. No I inherited the drawing and cant be sure whether they use LT or full CAD. Id assume full version as they are a fairly large architectural firm. JD - Thanks for that, Ive begun using F2 more and more and understand how it can be beneficial. List seems to be another good one, Ill incorporate it. nestly - Thanks, it could've happened, you never know. Quote
ReMark Posted September 28, 2011 Posted September 28, 2011 In all likelihood since you inherited the drawing then you did not introduce the errors. Quote
MisterJingles Posted September 28, 2011 Author Posted September 28, 2011 In all likelihood since you inherited the drawing then you did not introduce the errors. The 2 objects in question were drawn by me though. Thanks SLW. Quote
ReMark Posted September 28, 2011 Posted September 28, 2011 OK...then the only possibility I can think of is that the base elevation was changed but you said it wasn't. Right? Quote
MisterJingles Posted September 28, 2011 Author Posted September 28, 2011 No not by me, at least not consciously. And I'm the only one working on CAD files here. What I will do is add to this thread next time it happens and perhaps we can pick up some similarities. Point is I know how to fix it next time. Quote
khoshravan Posted October 1, 2011 Posted October 1, 2011 MJ: Did you check to see what the value for ELEVATION is current set at? How can I check the current value of ELEVATION. I know I can see the z value in properties or LIST. Are you talking about these points or something else. Because setting current vlaue is sth different. Quote
eldon Posted October 1, 2011 Posted October 1, 2011 How can I check the current value of ELEVATION. Have you tried to type elev at the command line Quote
khoshravan Posted October 1, 2011 Posted October 1, 2011 Create a button with this Macro to set Z = 0. ^C^C_UCS;;_move _all;;0,0,1e99;;_move _all;;0,0,-1e99;;_chprop;_all;;_thickness;0;;^M; I used above code to OP's file but I get following error message: Command: ^C^C_UCS;;_move Unknown command "^C^C_UCS;;_MOVE". Press F1 for help. Command: _all;;0,0,1e99;;_move Unknown command "ALL;;0,0,1E99;;_MOVE". Press F1 for help. Command: _all;;0,0,-1e99;;_chprop;_all;;_thickness;0;;^M; Unknown command "ALL;;0,0,-1E99;;_CHPROP;_ALL;;_THICKNESS;0;;^M;". Press F1 for help. Doest it mean my CAD can't recognize "_move" command? Quote
khoshravan Posted October 1, 2011 Posted October 1, 2011 Have you tried to type elev at the command line Thanks. I did type elevation. It said: Specify new default elevation : which means the default value is 0.00 I was expecting to get the wrong figure (other elevation, 0.4086 or so). One more question in this regard. Does it mean that we can draw 3D drawings in two 2D by use of elev inputs? Quote
eldon Posted October 1, 2011 Posted October 1, 2011 Doest it mean my CAD can't recognize "_move" command? Did you try and type _move at the command line to see if it works outside the macro ? The macro is just a sequence of commands that could be manually typed each time at the keyboard. One more question in this regard. Does it mean that we can draw 3D drawings in two 2D by use of elev inputs? I am not quite sure whether it would be very convenient to keep on altering the elevation value. Why not just type in the 3D coordinates. Or use a polyline's property of only having one z value. Quote
khoshravan Posted October 1, 2011 Posted October 1, 2011 Did you try and type _move at the command line to see if it works outside the macro ? The macro is just a sequence of commands that could be manually typed each time at the keyboard. _move works and it behaves like ordinary "move". Actualy I don't know the function of "_" in _move. I copied whole macro from the post and paseted into command line. Is it might be the reason it doesn't work? Quote
khoshravan Posted October 1, 2011 Posted October 1, 2011 I am not quite sure whether it would be very convenient to keep on altering the elevation value. Why not just type in the 3D coordinates. Or use a polyline's property of only having one z value. Good point about this, is that you can enter elevation in 2D. I didn't know that. Maybe if sombody wants to start a drawing from 2D and then shift to 3D, this feature might be useful to him. Quote
eldon Posted October 1, 2011 Posted October 1, 2011 Actualy I don't know the function of "_" in _move. In case your menu is not in English/American, the "_" translates the command. From my Help file :- The standard AutoCAD commands and keywords are translated automatically if you precede each command or keyword with the underscore character (_) I am not quite sure why the macro does not work. Perhaps someone else might know. I always type out that procedure, but you have to be exact with your typing Quote
SLW210 Posted October 3, 2011 Posted October 3, 2011 I used above code to OP's file but I get following error message: Command: ^C^C_UCS;;_move Unknown command "^C^C_UCS;;_MOVE". Press F1 for help. Command: _all;;0,0,1e99;;_move Unknown command "ALL;;0,0,1E99;;_MOVE". Press F1 for help. Command: _all;;0,0,-1e99;;_chprop;_all;;_thickness;0;;^M; Unknown command "ALL;;0,0,-1E99;;_CHPROP;_ALL;;_THICKNESS;0;;^M;". Press F1 for help. Doest it mean my CAD can't recognize "_move" command? That MACRO is for a BUTTON. It is not for pasting to the command line. Quote
miedy12 Posted October 6, 2011 Posted October 6, 2011 i didnt back read but just now. if u want to join some lines or arc. just draw first in 2d drafting and annotation then top view because it didnt join if that is not same elevation Quote
MillerMG Posted August 31, 2017 Posted August 31, 2017 I apologize if I'm the only one that doesn't understand exactly what question it is you're referring to? Are you having trouble joining an arc and a line? Quote
Talha Kaleem Posted August 18, 2019 Posted August 18, 2019 Hello Friends. I have a problem. I have two splines at same elevation and joined at ends. Now, i want to make them as one spline. I have tried Join & Pedit commands but they are not working. I have the CAD file but i don't know how to attach it here. Looking forward to hear from you. Thank You. Quote
Cad64 Posted August 18, 2019 Posted August 18, 2019 Quote I have a problem. I have two splines at same elevation and joined at ends. Now, i want to make them as one spline. I have tried Join & Pedit commands but they are not working. I have the CAD file but i don't know how to attach it here. Looking forward to hear from you. Are you sure the splines are at the same elevation? I just tried the JOIN command on two splines and it worked fine in 2018. Edit: I just found your other post, with the drawing attached, and provided an answer. In the future, please post your questions only once. 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.