zoukankan      html  css  js  c++  java
  • Tekla Structures 使用类库概览

    Tekla Structures 2016 已经发布了,使用了 Ribbon 的全新 UI 风格,比以前要漂亮许多。

    不过功能方面貌似没啥大的改进,感觉天宝的主要精力都投入到了混凝土模块上,忙着和别人抢蛋糕呢。

    言归正传,以下是我整理的 Tekla Structures 使用的类库,欢迎感兴趣的朋友围观指正。

    • Tekla 类库

    Akit5.dll - Akit5
    Analysis.dll - Tekla Structures Analysis
    BrepStorageInterface.dll - Tekla Structures BrepStorageInterface
    Catalogs.dll - Tekla Structures Catalogs
    Common.dll - Tekla Structures Common
    Dimensioning.dll - Tekla Structures Dimensioning
    Drawings.dll - Tekla Structures Drawings
    Environment.dll - Tekla Structures Environment
    Model.dll - Tekla Structures Model
    ccc.dll - Tekla Technology R-kit library
    ctlib.dll - Tekla Technology ContentType library
    dakbind.dll - Tekla Technology application interface library
    dakit.dll - Tekla Technology AIL compiler
    dtkit.dll - Tekla Technology T-kit library

    • 第三方类库
    The Clipper library performs line & polygon clipping - intersection, union, difference & exclusive-or,
    and line & polygon offsetting. The library is based on Vatti's clipping algorithm.
     
    OpenSource, hosted in CodePlex
    AvalonDock is a docking windows control for WPF that lets you create customizable layouts using a full featured window docking system similar to what is found in many popular integrated development environements (IDEs) such as Visual Studio. It includes themes and samples to get you started.
    Boost provides free peer-reviewed portable C++ source libraries.
     
    DevExpress is a software development company founded in 1998 with headquarters in Glendale, California.
    Besides Gantt Chart controls, we now also have Schedule Chart, Load Chart, PERT Chart, Network Diagram, tree-grid, and generic components or frameworks for developers, targeting different platforms and development tools from Windows® Presentation Foundation (WPF) to HTML5 and JavaScript® or WinRT, and a Windows® project management application for end users.
     
    DotNetZip is a FAST, FREE class library and toolset for manipulating zip files. Use VB, C# or any .NET language to easily create, extract, or update zip files.
    (haf/DotNetZip.Semverd, A fork of the DotNetZip project without signing with a solution that compiles cleanly. This project aims to follow semver to avoid versioning conflicts.)
    PDFsharp is the Open Source .NET library that easily creates and processes PDF documents on the fly from any .NET language. The same drawing routines can be used to create PDF documents, draw on the screen, or send output to any printer.
     
    Flexera Software is the leading provider of next-generation software licensing, compliance, security and installation solutions for application producers and enterprises.
     
    The MVVM Light Toolkit helps you to separate your View from your Model which creates applications that are cleaner and easier to maintain and extend. It also creates testable applications and allows you to have a much thinner user interface layer (which is more difficult to test automatically).
    Geometric Tools Engine, a library of source code for computing in the fields of mathematics, graphics, image analysis, and physics.
     
    OpenSource, hosted in GitHub
    The GongSolutions.WPF.DragDrop library is a drag'n'drop framework for WPF.
    #ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
    Sodium is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more.
     
    Cecil is a library to generate and inspect .NET programs and libraries.
     
    Microsoft DirectX is a collection of application programming interfaces (APIs) for handling tasks related to multimedia, especially game programming and video, on Microsoft platforms.
     
     
    Windows API Code Pack is a source code library to support targeting some new Windows 7 features and some other features existing in older versions of Windows from managed code.
     

    Microsoft/ WPF Shell Integration Library

    (WPF Shell Integration Library not needed for WPF 4.5--The Microsoft.Windows.Shell namespace in the WPF Shell Integration Library is no longer needed as it is implemented in System.Windows and System.Windows.Shell in .NET 4.5.)
    The most popular and friendly mocking framework for .NET
     
    Popular high-performance JSON framework for .NET
     
    NUnit is a unit-testing framework for all .Net languages. 
     
    Open CASCADE Technology (OCCT) is an object-oriented C++ class library designed for rapid production of sophisticated domain-specific CAD/CAM/CAE applications.
    Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Windows 10 UWP, and Xamarin Forms.
     
    Protocol Buffers is a method of serializing structured data. It is useful in developing programs to communicate with each other over a wire or for storing data.
     
    Polygon tesselation library, ported from the tesselator in Silicon Graphics's reference implementation of the OpenGL Utility Library (GLU), written primarily by Eric Veach while at SGI.
     
    SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
    Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags). An introductory article on using Expat is available on xml.com.
    TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily integrating into other programs.
    SketchUp is a 3D modeling computer program for a wide range of drawing applications such as architectural, interior design, civil and mechanical engineering, film, and video game design.
     
    The goal of the project is to provide generic collection classes that are not available in the .NET framework. Some of the collections included are the Deque, MultiDictionary, Bag, OrderedBag, OrderedDictionary, Set, OrderedSet, and OrderedMultiDictionary.
     
    The XPander library offers the option to store many user controls in one single document formula. They are optionally visible or non-visible, expanded or collapsed. The controls provide optically the Microsoft Outlook 2007 style with black, silver and blue color schemes.
    The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products.
     
    This project is designed for packing and unpacking files. I'am using it for deploying my ASP.NET projects
     
    zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system.
  • 相关阅读:
    struts2 的特征
    The method getJspApplicationContext(ServletContext) is undefined for the type JspFactory
    web.xml 404 500 配置
    重大发现 springmvc Controller 高级接收参数用法
    struts2 file
    struts2-core-2.3.20.jar
    系统设计工具
    Java基础
    IAM
    秒杀系统
  • 原文地址:https://www.cnblogs.com/radium/p/5381645.html
Copyright © 2011-2022 走看看