What's new

Recent content by chaitanyat

  1. C

    API Help

    API Hierarchy Diagram This document gives a diagrammatic representation of important relationships in the API hierarchy.
  2. C

    Occurrence from Plane

    There are two types of plane objects that you can query from Alibre API. As you have mntioned IADPlane in your email I will first explain that: 1. If you have IADPlane object that means you have queried it from IADFace. Which means you should have had the object pointer for IADOccurrence...
  3. C

    ADSession.PreviewSnapshot

    Hi Alex and Clint, Sorry for the late reply. IADSession.PreviewSnapshot gives you back the snapshot of the session in form of an OLE picture. If you are using it in VB follwoing is the simple code snippet for its use: To draw a OLE picture into a VB image control: Dim picture As...
  4. C

    About This Section

    About This Section Alibre API provides interfaces that can be used to manipulate Repository data and Team Management. Any comments, questions or discussions related to the Repository or Team Management can be posted in this Section.
  5. C

    About This Section

    About This Section There are various API's exposed in the area of modeling which let users do a lot of the things programmatically, like adding and querying part features, assembly information etc. This section is meant for discussions, comments and...
  6. C

    Enhancements

    Enhancements Got some ideas for possible enhancements in Repository and Team Management API's? Please have your requests posted as replies to this post.
  7. C

    Enhancements

    Enhancements Got some ideas for possible enhancements in Modeling API's? Please have your requests posted as replies to this post.
  8. C

    API Samples

    Visual C++ VC++ Samples To view the code in the projects samples you need to have Visual C++ 6.0 installed on your machine. For each sample: (1) Please download the corresponding zip file on your machine. (2) Extract the contents of...
  9. C

    API Samples

    Visual Basic VB Samples To view the code in the projects samples you need to have Visual Basic 6.0 installed on your machine. For each sample: (1) Please download the corresponding zip file on your machine. (2) Extract the contents of...
  10. C

    API Samples

    This thread is out of date! Please refer to this thread for API Samples: viewtopic.php?f=13&t=8186 You can download various API sample projects from this section. The sample projects are created both in Visual C++ as well as Visual Basic, so that you can use any of these depending on the...
  11. C

    Add-On Documentation and Samples

    Getting Started Please download the attached Add-On Introduction.zip file containing the introductory document for creating Add-On.
  12. C

    Add-On Documentation and Samples

    This section will provide you detailed information regarding creating Add-Ons for Alibre Design, various Add-On samples to get you started and programmatic guidelines for creating these add-ons.
Top