.Net | Python Ruby on Rails

  • How to extract Properties from Tekla Profiles (Tekla Open API)

    You have a profile e.g. “CC200755.0″ obtained via the Tekla API. How can you extract it’s HEIGHT or WIDTH or other parameters (or properties) such as density? The Tekla Documentation is not good on this point, and it took me some time to find this out. I have documented the methodology, so hopefully that will…

  • Batch Edit a Part in Tekla Structures

    TeklaStructures has a batch editing utility for Assemblies. However, if we have to batch edit parts there is nothing. Expert Steel Detailers demand Utilities Our detailers have demanded that we develop a utility to do batch editing of parts.

  • How to do some simple projections via AutoCAD’s .net API

    Shows how to conduct a basic projection using AutoCAD’s .net API

  • How to create a rotated dimension (Tutorial) – AutoCAD .NET API

  • Tekla Open API: How to access a Tekla Model Object from the Equivalent Object in a Drawing?

    The trick is to use to the drawing’s “PartIdentifier” to select the relevant object in the model space. Once you’ve done that, you can query the model object for whatever you want. Here is a code sample I’ve extracted from one of our Tekla API Applications. The basic steps: SinglePartDrawing singlePartDrawing = (SinglePartDrawing)drawing;Tekla.Structures.Model.ModelObject modelObject =…

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *