AutoCAD Civil 3D 2013 API Developer's Guide
1 / 419Páginas

{{requestButtons}}

Excertos do catálogo

AutoCAD Civil 3D 2013 API Developer's Guide - 1

API Deve per’s Guide A elop i

Abrir o catálogo na página 1
AutoCAD Civil 3D 2013 API Developer's Guide - 2

API Developer's Guide . . . . . . . . . . . . . . . . . . . . . . . 1 About the Developer's Guide . . . . . . . . . . . . . . . . . . . . . . . . 1 Intended Audience . . . . . . . . . . . . . . . . . . . . . . . . . . 1 AutoCAD Civil 3D APIs . . . . . . . . . . . . . . . . . . . . . . . . 1 Organization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 New Features in the .NET API . . . . . . . . . . . . . . . . . . . . 4 Legal Notices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 Getting Started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 Setting...

Abrir o catálogo na página 2
AutoCAD Civil 3D 2013 API Developer's Guide - 3

Accessing Drawing, Feature, and Command Settings . Label Styles . . . . . . . . . . . . . . . . . . . . . . . . . . Creating a Label Style Object . . . . . . . . . . . . . . Defining a Label Style . . . . . . . . . . . . . . . . . . Using Property Fields in Label Style Text . . . . . . . . Sharing Styles Between Drawings . . . . . . . . . . . . Sample Programs . . . . . . . . . . . . . . . . . . . . . . . Surfaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Accessing Surfaces . . . . . . . . . . . . . . . . . . . . . . . Surface Properties . . . . . . . . . . . . . . . . ....

Abrir o catálogo na página 3
AutoCAD Civil 3D 2013 API Developer's Guide - 4

Superelevation . . . . . . . . . . . . . . . . . . . . . . . . . 72 Alignment Style . . . . . . . . . . . . . . . . . . . . . . . . . . . 74 Creating an Alignment Style . . . . . . . . . . . . . . . . . 74 Alignment Label Styles . . . . . . . . . . . . . . . . . . . . 76 Sample Programs . . . . . . . . . . . . . . . . . . . . . . . . . . 78 Profiles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78 Profiles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 Creating a Profile From a Surface . . . . . . . . . . . . . . . 79 Creating a Profile Using...

Abrir o catálogo na página 4
AutoCAD Civil 3D 2013 API Developer's Guide - 5

Baselines . . . . . . . . . . . . . . . . . . . . . . . . . Listing Baselines in a Corridor . . . . . . . . . . . Adding a Baseline to a Corridor . . . . . . . . . . Listing Baseline Regions . . . . . . . . . . . . . . Accessing and Modifying Baseline Stations . . . . Listing Offset Baselines . . . . . . . . . . . . . . Assemblies and Subassemblies . . . . . . . . . . . . . . Listing Applied Assemblies in a Baseline Region . Getting Applied Subassembly Information . . . . Feature Lines . . . . . . . . . . . . . . . . . . . . . . . Listing Feature Lines Along a Baseline . . . . . . Listing...

Abrir o catálogo na página 5
AutoCAD Civil 3D 2013 API Developer's Guide - 6

Support Files (CodesSpecific.vb, Utilities.vb) . . . . Sample VB.NET Subassembly . . . . . . . . . . . . . . . The Subassembly Tool Catalog . . . . . . . . . . . . . . Overview . . . . . . . . . . . . . . . . . . . . . . . Creating a Tool Catalog ATC File . . . . . . . . . . Creating a Tool Catalog Cover Page . . . . . . . . . Creating a Tool Catalog Registry File . . . . . . . . Installing Custom Subassemblies . . . . . . . . . . . . . Exporting Custom Subassemblies Using a Package File . . Exporting Custom Subassemblies Using a Package File . . . . . . . . . . . . . . . . . . . . . . . ....

Abrir o catálogo na página 6
AutoCAD Civil 3D 2013 API Developer's Guide - 7

Sites and Parcels in COM . . . . . . . . . . . . . . . . . . . . . 275 Object Hierarchy . . . . . . . . . . . . . . . . . . . . . . . 275 Sites . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 276 Parcels . . . . . . . . . . . . . . . . . . . . . . . . . . . . 276 Sample Program . . . . . . . . . . . . . . . . . . . . . . . 284 Alignments in COM . . . . . . . . . . . . . . . . . . . . . . . . 284 Object Hierarchy . . . . . . . . . . . . . . . . . . . . . . . 285 Basic Alignment Operations . . . . . . . . . . . . . . . . . 286 Stations . . . . . . . . . . . . . . . . . . . . . . . ....

Abrir o catálogo na página 7
AutoCAD Civil 3D 2013 API Developer's Guide - 8

Creating Client Applications . . . . . . . . . . . . . . . . . . . 404 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . 404 Samples . . . . . . . . . . . . . . . . . . . . . . . . . . . 404

Abrir o catálogo na página 8
AutoCAD Civil 3D 2013 API Developer's Guide - 10

About the Developer's Guide Intended Audience The is designed for developers who want to customize AutoCAD® Civil 3D® or create applications using the underlying APIs. It can also be used for creating macros to automate repetitive tasks for AutoCAD Civil 3D users and for developers of custom subassemblies. AutoCAD Civil 3D APIs There are three APIs available for customizing AutoCAD Civil 3D: ■ .NET API — allows you to write extensions to AutoCAD Civil 3D in any .NET language. In general, the AutoCAD Civil 3D.NET API performs significantly faster than the COM API. Development requires...

Abrir o catálogo na página 10
AutoCAD Civil 3D 2013 API Developer's Guide - 11

The COM and .NET APIs are described in this guide. For more information about the Custom Draw API, see the Custom Draw API Reference (civildraw-reference.chm). In addition, an API is provided for creating custom subassemblies in .NET. See Creating Custom Subassemblies Using .NET (page 143). Which API you choose to use depends on what you want to do: If you want to: Customize the way objects are rendered in AutoCAD Civil 3D the Custom Draw API. The Custom Draw API is an extension of the AutoCAD ObjectARX API. For example, if you wanted to number the triangles on a TIN surface, you could...

Abrir o catálogo na página 11
AutoCAD Civil 3D 2013 API Developer's Guide - 12

Chapter 1: Getting Started (page 9) Explains how to set up a COM and .NET project. Also discusses porting COM to .NET code, limitations of the .NET API, and how to use interop to access COM objects. Chapter 2: Root Objects and Common Concepts (page 21) Explains how to obtain the base .NET objects representing the documents and databases, which are required for all subsequent chapters. Also discussed are objects common to many features, such as ambient settings and label styles. Chapter 3: Surfaces (page 32) Explains how to import surfaces from files, manipulate point data directly, insert...

Abrir o catálogo na página 12
AutoCAD Civil 3D 2013 API Developer's Guide - 13

Chapter 9: Creating Custom Subassemblies (page 143) Explains how to create and install custom subassemblies using Visual Basic .NET and the creation of catalog files which enables users to access custom subassemblies. You can also convert subassemblies written in VBA to .NET (see the Appendix Converting VBA Subassemblies to .NET (page 191) for more information). Appendix A: Converting VBA Subassemblies to .NET (page 191) Explains how to convert legacy custom subassemblies written in Visual Basic for Applications (VBA) to .NET. Appendix B: COM API (page 203) Covers the Legacy COM API. New...

Abrir o catálogo na página 13

Todos os catálogos e folhetos técnicos AUTODESK

  1. Autodesk ® Flame®

    2576 Páginas

  2. AUTODESK ® 3DS MAX

    1358 Páginas

  3. CEIT-KE

    2 Páginas

  4. Novax DMA

    2 Páginas

  5. autocad_civil3d

    6 Páginas

  6. alias_2013_

    10 Páginas

  7. Autodesk Toxik

    4 Páginas

  8. Autodesk Smoke

    2 Páginas

  9. Autodesk Mudbox

    4 Páginas

  10. Autodesk Maya

    4 Páginas

  11. Autodesk Lustre

    6 Páginas

  12. Autodesk Inferno

    1 Páginas

  13. Autodesk Flare

    1 Páginas

  14. Autodesk Flint

    1 Páginas

  15. Autodesk Cleaner

    2 Páginas

  16. Autodesk Buzzsaw

    4 Páginas

  17. AutoCAD P&ID

    4 Páginas

  18. AutoCAD Civil

    6 Páginas

Catálogos arquivados

  1. map3D_2013

    2 Páginas

  2. 3DS

    8 Páginas

  3. autocad_lt_2013

    2 Páginas

  4. acade_jic

    4 Páginas

  5. Autodesk Topobase

    2 Páginas

  6. AutoCAD MEP

    6 Páginas

  7. AutoCAD LT

    2 Páginas

  8. AutoCAD Map 3D

    4 Páginas

  9. AutoCAD Civil 3D

    2 Páginas