fbpx
  • Autodesk Desktop Connector Update

    We are excited to share with you the highlights of the latest Autodesk Desktop Connector update!

    Enhancements are:

    • Folders Shared using Autodesk Drive are now visible on the desktop when using Desktop Connector.
    • When using Autodesk Collaboration for Civil 3D, an XML configuration file can be used to prevent a drawing’s reference template file from being uploaded when saving or dragging and dropping the drawing to Autodesk Docs.
    • AutoCAD 2022.1 will no longer create bak, dwl, dwl2 files when the dwg was opened from the workspace. For AutoCAD releases prior to 2022.1, Desktop Connector will add dwl and dwl2 files to the ignore list so they will no longer be uploaded.
    • In Autodesk Drive web, ‘My Data’ cannot be renamed or deleted. To match that behavior, Desktop Connector has removed those commands when right clicking on ‘My Data’.
    • Unnecessary “Checking Latest Version” dialog showing up during AutoCAD dwg compare workflow.

    There have been significant changes to folder sharing.  If you have folders shared, it is recommended to educate yourself on the new behavior.

    The new behaviour is outlined here and here.

    For more information, visit this link.

     

    Create Easy Surface Statistics Labels with Dynamo

    In this blog, our Civil/Infrastructure Technical Product Specialist, Jae Kwon, will cover how a Civil 3D user can use an automatic way to create surface statistics labels with Dynamo.

    Instead of Civil 3D users manually labelling surface statistics for his surfaces with a manual process, they can explore an automatic way using Dynamo. Let’s take it further below by comparing the existing manual method versus the Dynamo Solution.

     

    Existing Manual Method

    The existing method by the user was the following:

    1. Open the surface properties, navigate to the statistics tab, right click and “copy to clip” the contents

    2. Paste the info into notepad and rearrange the text to get the desired format

    3. Copy-paste the info into an Mleader pointing to the surface.

    This method works, but there is a lot of manual formatting involved every time, and this has to be repeated every time there is a surface update.

    Also, we cannot create a surface label style for this kind of label since there are no statistics properties we can pull from the surface labels (spot elevation, contour and slope).

    Now, let us look an automatic solution to this via Dynamo.

     

    Dynamo Solution

    First, we get the user to select the surface they want to label with a simple drop-down list. This may be done through either the Surfaces node from the Civil 3D Toolkit (shown below) or a UI package like Data Shapes.

    Next, we extract the statistics with the Surface TerrainStatistics node.

    The statistics can then be formatted with various text manipulation nodes. But where can we inject this text where one of the surface labels can access it? The answer is surface description! For most of us, the surface object’s description field goes largely unused, and it serves as the perfect place to store the statistics data.

    When a spot elevation label that shows the surface name and description is used, it looks something like this:

    Just a general note: The surface statistics can also be stored on the surface as a property set.

    If the surface undergoes any changes, we can update the statistics data stored in the descriptions (and the property set) by simply rerunning the same Dynamo script with a click of a button.

     

    Conclusion

    Dynamo has become the primary tool for many power users to automate various tasks in Civil 3D because it is so easy to put together.

    We saw how surface statistic labelling may be done with Dynamo including:

    • Extracting and formatting surface statistics 
    • Storing the formatted data in the description and/or property set
    • Accessing this data with any one of the available surface label styles 
    • Easily updating the data by simply rerunning the Dynamo script

    If you need a solution to any Civil 3D project, we would be glad to help and find a specific Dynamo solution for you. Reach out to us at info@solidcad.ca

    Autodesk Desktop Connector Update – February 13, 2023

    We are pleased to share with you the highlights of the latest Autodesk Desktop Connector update!

    New Feature and Enhancement:

    • Autodesk Construction Cloud drive now supports the View Online capability in Desktop Connector

    Resolved Issues

    • Users will experience faster performance when Opening DWG files that exist locally
    • Changes to how files are marked read-only which will significantly reduce occurrences of “File in use” category of errors
    • Improved messaging to provide better awareness when a file is opened if the file is locked by another user
    • Improved messaging in workflows which will result in files being sent to the recycle bin
    • When DWG files are opened from the Desktop Connector workspace, transient files (ex. bak, dwl, dwl2) will no longer be created
    • Desktop Connector will ignore activity initiated by Sophos anti-virus (SavService)

    For more information, visit here.

     

    Assign Point Layers by Note Column with Dynamo

    In this vlog, our Civil/Infrastructure Technical Product Specialist, Jae Kwon, will demonstrate how to assign point layers by Note Column with Dynamo application.

    Autodesk Dynamo is a programming environment that requires no programming experience. Dynamo enables designers to create visual logic so they can explore a wide range of parametric conceptual designs using logic, simple data and analysis without the need to create a physical prototype.

    This vlog will cover a demo of:

    • Problem to solve
    • No out of the box solution available
    • Dynamo script breakdown
    • Dynamo player, script run and result review