Pierre Navarra

Results 8 issues of Pierre Navarra

Hi, Last days I made a simple application in C# to get all materials of a specific wall. Everything was ok. A get the XbimEssential NuGet package and I was...

Hi @chuongmep I've got a Visual Studio project wich has External Dependencies like DevisId.dll of Standard.Licensing wich permits me to manage licenses. When I call my AddIn.dll, it do not...

Hi, I can't get the aucompletion in those lines : ``` #if want to create a Curve in Dynamo clr.AddReference("RevitNodes") #Dynamo's nodes for Revit import Revit #Loads in the Revit...

Hi, Is it possible to use last version of CPython 3.8.7 interpreter witch is used by Dynamo to have AutoComplete in VsCode? Thx

Hi, is it possible to generate a Licence without an ExpiresAt condition? Thx

Hi, I'm using a DockPane. When I use AddInManager to run my new modified dll, Debug.Trace are not visible in your Trace Events window... Maybe the problem comes from the...

Hi, Thx for shearing your code Have you notice a little bit slow when Zoom or Rotating camera?

**Describe the bug** I'm using a Dockable pane but I can't access my dockablePane from AIM... On startup I register a new Dockable with Guid like this : ``` //register...