What's new

Search results

  1. S

    API Changes for V12 and 12.1

    Here is a summary of recent changes to the Alibre API. V12.1: New method for creating a polyline in a 3D sketch added to IAD3DSketchFigures IObjectCollector AddPolyline(ref Array pPoints) The resulting polyline is composed of standard line figures whose endpoints are connected by coincident...
  2. S

    New functionality in the 11.2 API

    V11.2 included some much needed enhancements to the API. For the full details of all the new methods and properties check out the updated API Help document. Querying Loft Features IADLoftFeature has been updated to allow all properties of loft features to be queried. Querying 3D Sketch...
  3. S

    3rd Party Developer forum reorganized

    This forum has been restructured to reduce overlap with the regular API forum and to better utilize this one. The main change is that all Alibre Design API (not Add-On related) documentation and samples have been moved to the public API forum. All discussion and questions about the Alibre API...
  4. S

    API Documentation

    This thread will contain all documentation provided by Geomagic about the Geomagic Design API. The main component of this is the API Help file. It has been updated for Geomagic Design 2014 and can be downloaded here: Geomagic Design API Help You will be required to sign in to access the...
  5. S

    V11 API Changes

    V11 has been released, so here are the changes to the API for V11. The API was not a focus of V11, so the changes are not particularly significant. The method/property declarations are given in C#. If you have any questions, feel free to ask. Changes due to the transition to the .NET...
  6. S

    Updating your program for the V11 API

    These are just the changes related to getting your existing API program working on V11. This post contains information on what else is new/changed in the API. Feel free to respond with questions or problems you encounter. For our conversion to the .NET framework, we have put a lot of effort...
  7. S

    What language do you use for the Alibre API?

    Please select the language you use the most to develop programs or addons which use the Alibre API. I'm working on updating the API help documentation, so I wanted to get a better sense of what most people are using.
  8. S

    Bumpmapped surface creator

    This tool will allow you to select a grayscale bitmap, and have a part generated in alibre that uses that image as the basis for a surface. Like so: This image Makes this part Or rather, it makes all the sketches which you then select and make a loft of since loft function isn't quite there...
Top