Coder Social home page Coder Social logo

autodesk-forge / design.automation-csharp-revit.local.debug.tool Goto Github PK

View Code? Open in Web Editor NEW
26.0 26.0 18.0 1.4 MB

Design Automation for Revit Debug Tool:Run your Design Automation for Revit plugins locally with this tool

License: Other

C# 100.00%

design.automation-csharp-revit.local.debug.tool's People

Contributors

anshivashankar avatar augustogoncalves avatar evgeniidorosh avatar kadamakash avatar zhuliice avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

design.automation-csharp-revit.local.debug.tool's Issues

Symbols not being set

I have followed the instructions correct for the sample delete walls, however when I go to debug my symbols are not being set (Visual studio just shows empty breakpoint dots)

Readme Clarity

Hey I was wondering if you could clear some stuff for me that is noted in the README?

Line 53: so the design automation supports multiple input files but the local debugging does not support multiple files? (Is there currently a quick and easy work around for this issue?)

Line 29: Currently the automatic build deployment is pushing to AppData and not the ProgramData, should I be moving these files to ProgramData?

Thanks,
Daniel

Handler fails with wrong encoding

I am trying to test my plugin with this handler in 2022 but it always shows the following error when I click the handler button.
image

First, I thought it is a problem with my code but I found the same error happens with any addin. I checked the handler code and I found the error happens in this line which parse each addin

The error happens if an addin has a wrong encoding. Actually, I found the reason is Autodesk.RobotStructuralAnalysysLink.Application.addin is encoded as UTF-8 but says UTF-16 as shown below. If I remove this file, the handler and my addin will work fine.

<?xml version="1.0" encoding="UTF-16" standalone="no"?>
<RevitAddIns>
  <AddIn Type="Application">
      <Assembly>c:\Program Files\Common Files\Autodesk Shared\Extensions 2022\Modules\RSA\Revit2RobotConnector\Autodesk.RobotStructuralAnalysysLink.Application.dll</Assembly>
      <Text>Revit2RobotConnector UI Application</Text>
      <ClientId>D9AC7590-0F0C-4D41-8915-EDA2EDED1B44</ClientId>
      <Name>Robot Structural Analysys Link Application</Name>
      <FullClassName>Autodesk.Revit.UI.Revit2RobotConnector.Revit2RobotConnectorApplication</FullClassName>
      <VendorId>ADSK</VendorId>
      <VendorDescription>Autodesk, www.autodesk.com</VendorDescription>
  </AddIn>
</RevitAddIns>

I guess the way to solve this is to wrap the code in foreach in a try-catch block

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.