Tag: Tekla
-
Copying From Object To Object – Tekla Open API (Code Snippets + Video)
What is the task at hand? We want to make the Copy Object To Object command more efficient There is a nifty little command – little oft used in Tekla. The “Copy Object To Object” command. It’s handy, but it could be made better: all the model objects have to be selected individually. That can…
-
How to programmatically insert Reference Models into Tekla (Tekla Open API)
Wouldn’t it be handy if we could programmatically insert reference models into Tekla? Well you can now do so quite easily. Here is the code which does the hard work. (You will of course add the appropriate references and directives): And if you want to see a video demonstration, here it is: Inserting XRefs into…
-
Selections: Pick and Drag Selections
Pick Selection and Drag Selection: Here is the video: Welcome to Tekla training. In this video we are going to learn how to make selections. Pick Selection: Single objects can be selected by holding down the mouse key. Multiple objects can be picked by holding down the Ctrl or Shift key. if one object has…