Jump to content

Search the Community

Showing results for tags 'revision cloud insert'.

  • 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 1 result

  1. Hi All, I found this lisp that would be really helpful at work, trouble is I can only get it to work partially. In short it creates a revision cloud and then inserts a revision tag (a triangle which is saved as a different drawing), the final stage is inserting the revision number(which is entered by user, say 3 for example) in the revision tag. I get to the part where it inserts the revision tag, and then I get the error message: Place the cloud's tag: Unknown command "3". Press F1 for help Here is part of the code: (setq m:REVNUM (getstring "\nEnter the revision set: ")) few lines of code later (setq m:PLACETAG (getpoint "\nPlace the cloud's tag: ")) (command "._insert" "cloudtag" m:PLACETAG (getvar "DIMSCALE") "" "0" m:REVNUM) I believe its something to do with syntax, I want to enter the value stored in m:REVNUM but somehow Im missing something. If it helps Im using Autocad 2010 To view complete code: http://delapp.com/cad/lisp/revcloud.lsp
×
×
  • Create New...