Work Smarter, Not Harder

Work Smarter, Not Harder

It's the little things that can make the difference when it comes to different CAD packages and the versions changes that can create confusion and slow people down.

One way I work around this is to create custom GUI tools that are portable from version to version. That way, no matter what versions users face, the Company tools remain the same.

For the jump from AECOSIM to Open Building Designer this was a big advantage as the massive interface changes made it confusing for some to find and even define which tools to use.

As an example:

No alt text provided for this image

This toolset takes advantages of the delivered Families\Parts and Catalogues so that users can model to the correct settings without having to go through the extra clicks to set things before modelling. Case in point, the Primary Beam button is set to:

Private Sub CommandButton1_Click()

CadInputQueue.SendCommand "place beam Steel Beam"

CadInputQueue.SendCommand "TFPLACEMENT COMPONENT CATALOGNAMESET 01 Primary Beam"

End Sub

The concrete and grating tools have also been designed to use the preferred tools to model each type:

No alt text provided for this image

Private Sub CommandButton5_Click()

CadInputQueue.SendCommand "tfplace form 1slabnewDg"

CadInputQueue.SendCommand "TFPLACEMENT COMPONENT CATALOGNAMESET 01 Grating C325"

End Sub

Lastly, links to commonly needed tools means less confusion on which tools to use. This gives us a greater consistency with modelling and a cleaner model outcome:

No alt text provided for this image

It's also a great way to deliver any custom tools for users.

The beauty of this sort of GUI is that, being VB based, they are easy to create and deliver and can be created for each app. We also have an additional GUI for view rotation, render and more.

No alt text provided for this image

Forms within VB can be a big help and mean we don't need to manage different icon files and more. Give them a go.

Until next time, happy fiddling.

要查看或添加评论,请登录

Sean 'Bear' Forward的更多文章

  • An appl a Day

    An appl a Day

    I've had a few queries on where, why and how when it comes to cfg placement to fire off builds and if it can be used if…

  • Bentley Connect Changes to CADmanage Start-Up

    Bentley Connect Changes to CADmanage Start-Up

    So, while we've had changes to the configs between V8i and Connect, the key to have all of this work using the same app…

  • OBD Connect - std_appl.cfg Revisited

    OBD Connect - std_appl.cfg Revisited

    It's been a while since I've had time to sit down and put some updates together. I've been wanting to share some…

  • Work Smarter, Not Harder II

    Work Smarter, Not Harder II

    We're all wired differently. Me, I like to have things simplified when it comes to my tools.

  • Stinking Pile of Directories

    Stinking Pile of Directories

    So, what does STD_APP have to do with anything? Well, while worrying about how to sort out everything else, I forgot…

  • Stuck with It – WorkSpace and Workset

    Stuck with It – WorkSpace and Workset

    I tried. I really did try.

    2 条评论
  • User Files – Wherefor Art Thou

    User Files – Wherefor Art Thou

    One of the first issues raised during the beta process was the changes to the location of user files. During beta and…

  • My CADmanage Journey V8i to Connect

    My CADmanage Journey V8i to Connect

    As a CAD Admin there is no such thing as consistency. Client standards, users, project styles, discipline requirements…

  • Sometimes It's the Basics - Part 3

    Sometimes It's the Basics - Part 3

    I hope you're going well during these hard times. It's certainly left me penty of time to ponder the future of the…

    1 条评论
  • Sometimes It's the Basics - Part 2

    Sometimes It's the Basics - Part 2

    Well, if you'r a regular reader I hope I haven't fried your brain with how my builds work. In the end, the build is…

社区洞察

其他会员也浏览了