Search the Community
Showing results for tags '2007'.
-
I use a routine in acaddoc.lsp to set to change the value of "imageframe" system variable when opening a drawing. Recently I've tried to use it on a AutoCad 2007 and got an error. Seems like 2007 version doesn't have a system variable named "imageframe". I use the code below as a workaround for the problem, but I'm wondering is there a better way to change the value of "imageframe" when opening a new drawing for 2007 version? (if (getvar "imageframe") (setvar "imageframe" 2) (command "_imageframe" 2))
-
migration toolbars from ACAD 21007 to ACAD 2014
alninek posted a topic in The CUI, Hatches, Linetypes, Scripts & Macros
Hi, i'm italiann i'm sorry for my bad english: i'll try to explain my question better i can i wish to migrate all default icons of AutoCAD2007 to AutoCAD2014: i' ll wish to overwrrite default icons of 2014 with icons 2007 is it possible?> i know that i can do this with cui save every icon in a bmp file and sustitute every icon of 2014 with bmp file of 2007.... but i think it s so boring to do... does it exist any faster mode? thanks in advance for answers P.S. i tried to export in a cui file all default toolbar of 2007: ii opened it in 2014... but icons are 2014 default!!!! same file cui opened in 2007 and 2014 has different icons images!!!!!!!!!!!!!!!!!!! -
saving 2007 to 2010 annotative problems
michelle140 posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
I have a project that has some files in 2010 (the version we currently work in) and some in 2007. I want all the files to be in 2010. When I open the 2007 dwgs in 2010, the attributes end up extremely large and some of the text is missing from them. I assume this has to do the with annotative properties in 2010 that are not in 2007. Is there a way to either modify the attributes in 2007 so they will appear correctly when they are opened in the new version or a way to modify them once the drawing has been opened in the new version? Hope that makes sense. Any help would be greatly appreciated. Thank you in advance.- 11 replies
-
- attribute
- annotative
-
(and 3 more)
Tagged with:
-
Extracting multiple 3d lengths for lines in AutoCAD 2007
Rick Noel posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hi all, This is my first post so please be gentle... I'm trying to extract the 3d length of multiple lines into either a CSV, SSV or directly into a table, I have done a fair amount of research but all of the solutions seem to be for later versions of CAD than the one i'm currently using, I think 2008 is the first to have embedded data extraction for objects as well as attributes? Any help with this would be amazing! Best Regards Rick.- 6 replies
-
- 3d line lengths
- 2007
-
(and 1 more)
Tagged with:
-
Hello! I use Autocad Land Desktop 2007 and I would like to start coding for it in ObjectARX. However, I don't seem to find 2007 version... As a side question, what VS should be used for this? I already tried to create a simple arx with VS 2008 and ObjectARX 2006, but autocad complains that: where X is the name of my dll/arx. Thank you! Nick