Jump to content

Search the Community

Showing results for tags 'bricscad'.

  • 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 6 results

  1. hanhphuc

    FIELD Bugs in windows x64

    hi guys i have a FIELD expression working fine in AC2007 old 32bit desktop LINE's delta properties= x,y multiply scale factor eg: 0.03,-0.04 x 1000, then entmake MTEXT should display dX=30 dY=-40 but it's weird, Bricscad/v19/win7 x64 (sorry as i'm newbie) dX %<cExpr (1000 * %<cObjProp Object(%<\_ObjId 1889532720>%).Delta after double click to edit it became dX %<\_FldIdx 0a (if ACAD double click to edit FIELD, a dialog pops up, you can check formula 1000 * 0.030 & preview) can you replicate this bug?? (defun foo (obj x) (apply 'strcat (mapcar '(lambda (a b) (strcat a "%<\\AcExpr (" (rtos (float x) 2 0) " * %<\\AcObjProp Object(%<\\_ObjId " (itoa (vla-get-objectid obj)) ">%).Delta \\f \"%lu2%pt" b "%pr8\">%" ") \\f \"%lu2%pt" b "%qf1%pr0\">%" " \n" ) ) '("dX " "dY ") '("1" "2") ) ) ) test delta x=0.03 y=-0.04 (and (setq pt (getpoint "\nSpecify point.. ")) (setq en (entmakex (cons '(0 . "LINE") (mapcar '(lambda (a b) (cons a (mapcar '+ pt b)) ) '(10 11) '((0. 0.) (0.03 -0.04)) ) ) ) ) (entmakex (list '(0 . "MTEXT") '(100 . "AcDbEntity") '(100 . "AcDbMText") (cons 40 (getvar 'textsize)) (cons 10 pt) (cons 1 (foo (vlax-ename->vla-object en) 1000.) )) ) ) need some comparison eg: xxxcad/20xx/winxx dX ? ? ? ? dY ? ? ? ? or something else? if there's bug, any solution? thanks
  2. I am an older user of AutoCAD and I am a newbie with BricsCAD. I am after assistance &/or help with conversion of my latest AutoCAD.arg to a BricsCAD.arg equivalent. I have read that BricsCAD is able to import user profile settings from a *.csv file but I don't think that AutoCAD can export user profile information to this *.csv file format. Thanks in advance Kim WILLIAMS
  3. FYI: Steve Johnson has an article about this new lisp function called (inspector), in BLADE, for inspecting objects.
  4. steven-g

    Learning Bricscad

    For anyone wanting to find out more about Bricscad here is a link to hundreds of short 2 or 3 minute tutorial videos each covering different topics 2d-drafting 3d-modeling learn-bim customization drawing installation-licensing interface images mechanical printing-plotting programming sheetmetal learn-shape There is also a series of books offered freely that cover Bricsacd BricsCAD for AutoCAD users (348 pages) Inside BricsCAD V18 (386 pages) Customizing BricsCAD V18 (590 pages) There is a complete training course covering the basics which is apparently over 36 hours of content from “Ron Myers - Summit Learning & Technology” which looks to be free as well, though you do have to register. And quite a few blogs are now covering Bricscad https://blog.bricsys.com/ https://blog.bricsys.com/category/topics/heidis-blog/ https://www.cadnauseam.com/2018/07/31/a-b-tip-1-clean-slate/ http://www.cadalyst.com/cad/bricsys-we’re-not-holding-back-dwg-part-1-37431 For anyone wanting to try out the program here are links to download a 30-day trial https://www.bricsys.com/en-intl/bricscad/ https://www.bricsys.com/en-intl/bim/ https://www.bricsys.com/en-intl/sheetmetal/ Bricscad also has a free program called Shape which gives you the chance to build models using the same tools as are found in the full program. It's a really good way to try out all the 3D modeling tools. Without the 30 day limit The file format is DWG just the same as all the other flavours of Bricscad so if you are doing an initial sketch or developing a complete drawing package in Bricscad, turning your model into a BIM model or using the sheetmetal upgrade, it always remains the same DWG file, with the same commands https://www.bricsys.com/en-intl/shape/ And if you come across a problem with the program or even have ideas to improve it then there is always support, and any questions here are sent directly to the people developing the program.
  5. Think VLIDE but from the year 2018 instead of 1999. More info: https://www.cadnauseam.com/2018/02/20/bricsys-shows-autodesk-how-to-do-mid-term-updates-again/ Screenshot:
  6. ErnieAd

    BricsCad?

    Hi! Have you thought of adding a BricsCad forum title here? Or is BricsCad a bad word? I'm wondering what the experiences of the users of both are and if BricsCad merits attention. Thanks! Ernie
×
×
  • Create New...