Jump to content

Search the Community

Showing results for tags '2007'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • CADTutor
    • News, Announcements & FAQ
    • Feedback
  • AutoCAD
    • AutoCAD Beginners' Area
    • AutoCAD 2D Drafting, Object Properties & Interface
    • AutoCAD Drawing Management & Output
    • AutoCAD 3D Modelling & Rendering
    • AutoCAD Vertical Products
    • AutoCAD LT
    • CAD Management
    • AutoCAD Bugs, Error Messages & Quirks
    • AutoCAD General
    • AutoCAD Blogs
  • AutoCAD Customization
    • The CUI, Hatches, Linetypes, Scripts & Macros
    • AutoLISP, Visual LISP & DCL
    • .NET, ObjectARX & VBA
    • Application Beta Testing
    • Application Archive
  • Other Autodesk Products
    • Autodesk 3ds Max
    • Autodesk Revit
    • Autodesk Inventor
    • Autodesk Software General
  • Other CAD Products
    • BricsCAD
    • SketchUp
    • Rhino
    • SolidWorks
    • MicroStation
    • Design Software
    • Catch All
  • Resources
    • Tutorials & Tips'n'Tricks
    • AutoCAD Museum
    • Blocks, Images, Models & Materials
    • Useful Links
  • Community
    • Introduce Yourself
    • Showcase
    • Work In Progress
    • Jobs & Training
    • Chat
    • Competitions

Categories

  • Programs and Scripts
  • 2D AutoCAD Blocks
  • 3D AutoCAD Blocks
  • Images
    • Backgrounds

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 5 results

  1. 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))
  2. 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!!!!!!!!!!!!!!!!!!!
  3. 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.
  4. 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.
  5. xTNickx

    ObjectARX 2007

    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
×
×
  • Create New...