Administration: Good and Bad Needed

AutoCAD and BricsCAD: Which CAD App has tools that make managing customization easier as an administrator? Why?

I want to be aware of any "gotchas" as I plan BricsCAD customization for company users.

Thanks, Clint

Comments

  • Should not matter to much which is used include Gstar, Intellicad etc.

    There can be some options that are specific to brand Autocad has Trusted Paths Bricscad does not as example.

    Managing multiple users the best option is store everything on a server then you have 1 version only and its always the latest. I use a "setup" lisp so its all automated and consistent inside it has checks Acad or Brics, so correct install carried out.

    This will reveal CAD name (vlax-product-key)

    I use custom mnu's etc and all work ok in both. Use appload start up suite to preload programs I avoid the default pre load versions.

    Some commands don't exist in Bricscad but with new versions these are becoming less. In lisps its easy to check and work around it. Example "Reverse" in Acad but can use pedit R in Bricscad.

  • Pardon the delayed response! I will consider your suggestion.

    Ours is a 100% cloud-based setup - good or bad.

    Do you have any CAD-based management suggestions related to this type of technology?

  • Cloud based have heard good and bad. Don't use so can not comment.

    Can help with a setup lisp, I have one that can UNZIP so can have stuff that needs to be saved on local pc in 1 zip file, adds custom menu's etc. User just runs the setup lisp, select the ZIP file checks is it Acad or Bricscad.

  • Hi ALANH !

    I am passionate about standardization and efficiency. Without a deep understanding of programming at this point and having little administrative experience, I would prefer to have some mechanism for users to access and apply company CAD update "packets".

    Would you be willing to share your setup lisp in part or as a whole?

    FYI

    While my position is not directly related to CAD management (we have no typical CAD manager position), I was hired from outside of the manufactured metal building industry to bring "fresh eyes" to leverage my mastery of several CAD apps and related 3D and light customization skills from a variety of industry settings.

    Here for a little a year now, I now work with and under a superior who develops and manages our main design application, MBS, and also applies his industry experience to generate a standard repository of typical CAD details for a design production CAD users.

  • First comment and one of the simplest is only have all code, company blocks, menu's and so on, saved to a server. This way you only have one version and its always the latest. Ok so we add a new command to our custom menu, I use menuload and unload and load the new mnu, saving it to the server, once a person opens CAD they have the latest version its that simple. Same with a program problem update the single source and user can do just that use it straight away.

    The users really only had a couple of programs on their PC, the one thing when say upgrading we had a script for each user that setup all the toolbars that they liked, the user preferred shortcuts we had 5 osnap settings so they just typed like 47 as a command and osnaps where set, another liked to use 99, you can have lisp defuns with names as numbers in this case sort of matched the osmode value.

    So I know a lot of people are starting to use Cloud as their server, I can not comment, we had fibre optic backbone servers so super fast. So try the cloud.

    X:\CADSTUFF
    BLOCKS
    Trees
    Cars
    Walls
    SIGNS
    SECTIONS
    TRUCKS
    TRAINS
    LISP
    ICONS
    SLIDES

  • Hello AlanH,

    Delayed responses are the norm right now, I appreciate all the valued insights provided. We may move to servers eventually. Right now, it is all cloud, all the time!🤨