Jozi68 Posted February 25, 2013 Author Posted February 25, 2013 I made a drawing with two polylines, but I don't know how to upload a dwg. In the FAQ they talk about a paperclip icon in the editor toolbar - can't find that. Quote
dbroada Posted February 25, 2013 Posted February 25, 2013 make sure you are on the "Go Advanced" screen. Quote
marko_ribar Posted February 25, 2013 Posted February 25, 2013 Here are my registered APPIDS, when I start new ACAD session : Command: appids ((0 . APPID) (2 . ACAD) (70 . 0)) ((0 . APPID) (2 . AcadAnnoPO) (70 . 0)) ((0 . APPID) (2 . AcadAnnotative) (70 . 0)) ((0 . APPID) (2 . ACAD_DSTYLE_DIMJAG) (70 . 0)) ((0 . APPID) (2 . ACAD_DSTYLE_DIMTALN) (70 . 0)) ((0 . APPID) (2 . ACAD_MLEADERVER) (70 . 0)) So according to registered APPIDS that contain your DWG with modified polylines, try these checks on polyline entity : (entget (car (entsel)) '("AeccUiQTOEntityPayItemData")) (entget (car (entsel)) '("AeccUiQTOPayItemFormulaParameters")) (entget (car (entsel)) '("AcMap_E615D161-C9D7-11d3-839F-0060B0FB6B57")) If return gives data that may contain "HEIGHT" property stored in list (1040 . heightvalue), or (1041 . heightvalue), or something similar, copy+paste here data with one of functions (entget (car (entsel)) '(APPID)) from witch data was returned... Quote
Jozi68 Posted February 25, 2013 Author Posted February 25, 2013 Here's a dwg with 2 Polylines Contours with height.dwg Quote
Jozi68 Posted February 26, 2013 Author Posted February 26, 2013 Hi Marko, I tried the 3 commands you posted, but none of them return the height value. Quote
Jozi68 Posted March 1, 2013 Author Posted March 1, 2013 I found a solution: www.thecadmasters.com/wordpress/index.php/2011/03/16/assign-elevations-to-contours-from-an-esri-shape-file/ Thank you all for your help. 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.