TEKLA API - Library / Namespaces

This is the usual Tekla's Library used to manipulate Model, Geometries, Drawings.
To be faster typing and a clean code, I give a AKA to the namespaces, TS, TSM, TSG, TSD etc...


using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Tekla.Structures;
using Tekla.Structures.Model;
using Tekla.Structures.Drawing;
using TS = Tekla.Structures;
using TSM = Tekla.Structures.Model;
using TSG = Tekla.Structures.Geometry3d;
using TSD = Tekla.Structures.Drawing;

Comentários

Mensagens populares