Skip to content

Instantly share code, notes, and snippets.

View ansonsuhesh's full-sized avatar
💤
Healing

anson_suhesh ansonsuhesh

💤
Healing
View GitHub Profile
@ansonsuhesh
ansonsuhesh / Copy Multiple Tek1.cs
Last active May 30, 2023 06:34
Copy Model Objects with Part Coordination system and End Handle Coordination system in Tekla
using System;
using System.Windows.Forms;
using Tekla.Structures.Geometry3d;
using Tekla.Structures.Model;
using Tekla.Structures.Model.Operations;
using TSMUI = Tekla.Structures.Model.UI;
namespace Copy_Multiple_End
{