What's new

Search results

  1. ruesve

    TXT to Reference-Points

    Hello Everybody, I want to import my txt with xyz coordinates into alibre design as Reference Points: this is how i tested this: inputfile = r"C:\Users\Sven\Downloads\3D_20190829_095023_pt.txt" f = open(inputfile) for line in f: cords = line.split(',') cords[0] = float(cords[0])...
  2. ruesve

    Implement Software into Alibre

    Hello everybody, I'm about to implement a software into alibre that i have a button in the ribbon-bar. I looked at the addon's folder, and checked another addon wich was already installed. I created the shortcut to the software, the ADC-File, the ICO-File and a dll. but i don't know what have...
  3. ruesve

    VB.Net API Development

    Hello Everybody, I'm trying to develope an addon for Alibre Design in VB.Net I tried it with the manual wich has been delivered with Alibre Design and with entry's on this Forum. I get the same error over time and time with or without debugging: Wich is translated like this: "The File or...
Top