Results 1 to 2 of 2

Thread: Export a "report" of the Civil 3D Toolspace contents

  1. #1
    Wish List Administration
    Join Date
    2011-08
    Posts
    4,581

    Default Export a "report" of the Civil 3D Toolspace contents

    Summary: For project documentation purposes, would like to be able to export the contents of the Toolspace to a file (XML)

    Description: Documenting a Civil 3D project would be much easier if we could dump the contents of the Tool space to a file (XML preferred) to document "everything Civil 3D" about that project. This way we could develop our own style sheet to make comprehensive "pretty" reports.

    Currently, someone who inherits a Civil 3D project must take a long time to get familiar with the contents of the data model. Being able to document the project would allow better standards checking , re-familiarization with the project if time has elapsed, or communicating the project to another user, and so on.

    Product and Feature: AutoCAD Civil 3D - Import/Export

    Submitted By: Bruce Dana on 08/07/2014


  2. #2
    Administrator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    5,719

    Default Re: Export a "report" of the Civil 3D Toolspace contents

    Quote Originally Posted by Wish List System View Post
    Summary: For project documentation purposes, would like to be able to export the contents of the Toolspace to a file (XML)

    Description: Documenting a Civil 3D project would be much easier if we could dump the contents of the Tool space to a file (XML preferred) to document "everything Civil 3D" about that project. This way we could develop our own style sheet to make comprehensive "pretty" reports.

    Currently, someone who inherits a Civil 3D project must take a long time to get familiar with the contents of the data model. Being able to document the project would allow better standards checking , re-familiarization with the project if time has elapsed, or communicating the project to another user, and so on.

    Product and Feature: AutoCAD Civil 3D - Import/Export

    Submitted By: Bruce Dana on 08/07/2014
    Call it what you like, the resultant code-behind the procedure will iterate the Database, and not the Toolspace tree directly, IMO.

    That said, you can do this now, with only Visual LISP honestly, and even in batch process if you like... For example, consider this old post, which implements BatchFindSurface Command. As you might infer, it prompts user to select a directory, then iterates each drawing via ObjectDBX, subsequently iterating the DBX Document's database in order to determine if any Civil 3D Surfaces exist, writes found output to a temporary .CSV file, finally openning said .CSV file in user's native application for that file type.

    The only real difference is that this is not built into the native context menu when you right click an element of the Toolspace.

    Cheers
    Last edited by BlackBox; 2014-08-14 at 03:35 PM. Reason: Typo
    "How we think determines what we do, and what we do determines what we get."

    Sincpac C3D ~ Autodesk Exchange Apps

    Computer Specs:
    Dell Precision 3660, Core i9-12900K 5.2GHz, 64GB DDR5 RAM, PCIe 4.0 M.2 SSD (RAID 0), 16GB NVIDIA RTX A4000

Similar Threads

  1. 2015: Urgent help! AutoCAD Civil 3D 2015 Toolspace Disappears when changing workspaces
    By patrick.greg252789 in forum AutoCAD Civil 3D - General
    Replies: 1
    Last Post: 2015-02-06, 02:58 PM
  2. Default cursor focus on "NAME" when creating new Civil 3D toolspace entries
    By Wish List System in forum Civil 3D Wish List
    Replies: 0
    Last Post: 2011-11-16, 08:18 PM
  3. Revit : Export Template Contents
    By rstilleson in forum Revit - API
    Replies: 0
    Last Post: 2009-06-18, 04:04 AM
  4. Export of Print contents of CTB files
    By caphillips in forum AutoCAD General
    Replies: 4
    Last Post: 2006-09-12, 12:48 PM
  5. Export the contents of the Layer Manager
    By jeffl.63037 in forum AutoCAD General
    Replies: 4
    Last Post: 2006-02-13, 02:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •