검색

2D 도면3D 모델링BIM Mechanical

CAD Managers’ Corner – Minimum Training for Maximum Learning – Part 2

By The Bricsys Team 7 min 2019년 10월 9일
Minimum Training for Maximum Learning– Part 2

In our last post, we outlined an approach for training users to make the transition from another CAD system to BricsCAD. In that post we stressed using familiar contexts, like a project that has been completed previously, to isolate training content to just the software differences by removing as many variables as possible.

In this post, we’ll assume that the first phase of training has been completed and that users are becoming familiar with the overall look and feel of BricsCAD. Now we’ll pivot to demonstrating some key differences, new features, and strategies you can use to make users more at home yet aware of cool new features in BricsCAD that can boost their productivity. Let’s see how.

Use a Little More LISP

Some commands in BricsCAD function very much like commands in other programs but don’t use the same command name. Here are a few examples to get the conversation started:

ORBIT. AutoCAD® users are used to a command called ORBIT which is very much like BricsCAD’s RTROT command. As soon as you show an AutoCAD® user the 3DROT command they will feel right at home.
LAYER. AutoCAD® users expect the LAYER command to bring up a floating (modeless) palette that can be left open while working. In BricsCAD the default implementation of LAYER brings up the Drawing Explorer command set to the Layers tab (see Figure 1) but this is a modal that does not allow the user to keep working. Enter the BricsCAD LAYERSPANELOPEN command which looks just like an AutoCAD® user would expect (see Figure 2) – so our challenge is to substitute the LAYERSPANELOPEN command for the LAYER command and AutoCAD® users will again feel right at home.

nullFigure  1 – The EXPLORER command has several applications in BricsCAD – including layer management.

Now go back to our blog post on LISP Concepts for Easy Migration and you’ll see how we placed code in the STANDARDS.LSP file to create an ORBIT and LAYER command that cater to AutoCAD® user’s expectations.

nullFigure  2 – The LAYERSPANELOPEN command works in a modeless (floating) fashion very much like AutoCAD®’s LAYER dialog.

Let’s expand this logic a bit more by considering Alias functions.

Replicate Alias Commands

Users who’ve used AutoCAD® for a long time typically know not just the command they want to use (like LINE or ERASE), but they often use an alias shortcut to access them (like L or E, respectively). Replicating those aliases can also be a great way to make AutoCAD® users feel at home in BricsCAD.

Here are a few alias functions that I’ve had users ask about in training:

ADC. This is short for Design Center which BricsCAD emulates with the EXPLORER command. We could easily add this code to our STANDARDS.LSP file to get the same result:

(defun C:ADC ()
(command “EXPLORER”)
(princ)
)
BE.
This is short for Block Editor which BricsCAD handles with the REFEDIT command. We could easily add this code to our STANDARDS.LSP file to get the same result:

(defun C:BE ()
(command “REFEDIT”)
(princ)
)

Edit the software to fit the user rather than train the user to learn new software.

The idea here is that rather than teaching AutoCAD® users what a similar command in BricsCAD is, you can just make the keystrokes the AutoCAD® users already know launch into the right command and bypass training altogether. My general rule is to edit the software to fit the user rather than train the user to learn new software, and replicating command aliases is a great way to follow this rule.

BricsCAD® Only Commands

When migrating to BricsCAD it is, of course, our first task to make users comfortable, but we must also be sure to point out commands BricsCAD has those other CAD systems don’t. Here are a few that I’ve used which new BricsCAD users seem to really enjoy:

BLOCKIFY Automatic recognition of repetitive sets of geometry will be recognized and “Blockified” for easy subsequent editing. Think about opening a drawing of a building where all the door blocks had been exploded and what a pain it would be to deal with that mess? BLOCKIFY can clean up messes like that in seconds and compress DWG file sizes substantially while doing so.
QPRINT
Rapid print output using the default devices and settings associated with a drawing/layout, with no trip to the Publish command required.
PDF System variables. A wide variety of system variables (SYSVAR’s) that control default parameters for PDF files can be saved in template files, thus saving a trip to the PageSetup command.
These are just a few suggestions and you’re sure to find more your users value as you dig into BricsCAD’s full feature set. Whilst I don’t want to overwhelm new BricsCAD users with too many new features all at once, I do want them to see what’s possible, and how much more productivity they have access to.

Spice Up Training with a Few New Commands

As you take users through the training process you can throw in a new command every so often in a context that makes sense. Here are a few examples you could use:

When you’re ready to print Mention that the QPRINT command could save keystrokes and time and illustrate the use of it after the users have mastered basic print/plot functions.
When editing layers
Take time to show the users how the EXPLORER command gives them access to all the editable parameters in their drawing – not just layers. Most users I’ve trained say, “Oh, that’s different but I really like having everything on one screen!”
When taking a break Show the users an example of BLOCKIFY just so they see the capabilities. While they may not deal with a bunch of exploded blocks every day, they will save tons of time using BLOCKIFY when they do.

Again, these are only a few suggestions. The main point is to introduce new features gradually rather than overwhelming users with a bunch of new commands at the start. I’ve found that once users see what is available, they’ll start digging into BricsCAD’s command vocabulary independently and find applications I’d never thought of demonstrating.

Summing Up

I hope this 5-part series on how to manage the migration to BricsCAD has illustrated how you can use system tools, LISP, and well-designed training to make the process easier for both you and your users. In future articles, we’ll continue to look at more features that CAD managers can leverage to make BricsCAD productive as well as digging into customization and programming topics.

Ready to try BricsCAD?

Easy to try, easy to buy, easy to own. That’s BricsCAD. Try all of our products, for free for 30 days at www.bricsys.com. Freedom of choice, plus perpetual (permanent) product licenses that work with all languages, in all places. You’ll love what we’ve built for you with the BricsCAD V21 product family.

2024년 9월 17일 3 min

브릭스캐드에서 선 유형 사용자 지정

BricsCAD에서 사용자 지정 선 유형을 만들면 도면의 디테일과 선명도를 크게 향상시킬 수 있습니다. 복잡한 엔지니어링 계획이든 단순한 레이아웃 디자인이든, 자신만의 라인 유형을 만드는 방법을 이해하면 프로젝트에 전문성을 부여할 수 있습니다. 이 단계별 가이드를 따라 BricsCAD에서 간단한 선 유형과 복잡한 선 유형을 만드는 방법을 배우세요.

2024년 9월 10일 2 min

토목 및 측량 워크플로우를 위한 BricsCAD 파트너 앱

브릭시스는 전문 측량 및 토목 앱 개발자가 BricsCAD 사용자에게 강력하고 효율적인 워크플로우를 제공하는 전문 토목 및 측량 도구를 개발할 수 있도록 탄탄한 기반을 제공합니다. 다양한 개발자 파트너가 BricsCAD V24의 토목 및 측량 워크플로우를 보완하기 위해 어떤 업데이트와 개선 사항을 적용했는지 살펴보세요.

이러한 토목 및 측량 애플리케이션은 BricsCAD에서 지원하는 여러 타사 애플리케이션 중 하나이며, 개발자들은 기능을 개선하고 매 릴리스마다 도입되는 새로운 기능에 발맞추기 위해 노력하고 있습니다.

2024년 9월 9일 3 min

Bricsys 24/7®와 함께 건설 산업에서 디지털 변혁 수용하기

건설 산업은 지속적으로 발전하고 있으며, 디지털 혁신은 팀이 프로젝트를 관리하고 소통하며 프로젝트 문서를 처리하는 방식을 재편하고 있습니다. 건설 프로젝트를 위한 디지털 솔루션을 수용할 때, Bricsys 24/7와 같은 공통 데이터 환경(CDE)은 훌륭한 출발점입니다.. 업계 전반적으로 디지털 도입 수준에 큰 차이가 있는 상황에서 디지털 도구를 수용하고 활용하면 운영 효율성을 높이고 프로젝트 성과를 개선하여 차별화할 수 있습니다.

소셜 미디어에서 팔로우하기