-
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. Tekla API to the rescue The plugin was created with dot net api. FAQ Is this…
-
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 =…
-
QR Code on Drawings
We are now placing smart QR codes on drawings. Why? What benefit is accrued by doing so? Instructions on how to make it work Rules – To prevent obsolete data from being used or shown Updating the Drawings: Setting up the template

Leave a Reply