Author Topic: Adding Datum and Coordinate code to title block  (Read 1516 times)

0 Members and 1 Guest are viewing this topic.

everblader

  • Guest
Adding Datum and Coordinate code to title block
« on: July 13, 2012, 02:58:46 PM »
Is there a way to display the projection (FL-W83) or Datum (NAD83) of a DWG file (Civil3D) in the titleblock? I am not very good at programming and was wondering if anyone had done this.

Thanks

EB

jvillarreal

  • Bull Frog
  • Posts: 332
Re: Adding Datum and Coordinate code to title block
« Reply #1 on: July 13, 2012, 03:54:13 PM »
What would you want the code to do exactly?
If you're wanting to have a routine place the text for you in each drawing, it's possible..
You can get the projection with this function:
Code: [Select]
(ade_projgetwscode)

Jeff_M

  • King Gator
  • Posts: 4096
  • C3D user & customizer
Re: Adding Datum and Coordinate code to title block
« Reply #2 on: July 13, 2012, 04:08:08 PM »
What is the name of the Title block and which attributes (Tag names) do you want the data input to? I showed you how to get the required data on the Autodesk C3D forum, you never mentioned that you didn't know how to do the rest of the code.