Author Topic: DWF or DWFx files in C#  (Read 5193 times)

0 Members and 1 Guest are viewing this topic.

mohnston

  • Bull Frog
  • Posts: 305
  • CAD Programmer
DWF or DWFx files in C#
« on: November 01, 2011, 02:31:46 AM »
Does anyone have anything they would like to share regarding writing dwf files? Preferably in C#.
In particular with embedding custom object data in objects so that it can be displayed when the dwf is viewed.

Normally I wouldn't ask such a generic question but the toolkit is in C++ which I don't speak.
And I don't see any samples or examples in C#.

Point me in the right direction?
It's amazing what you can do when you don't know what you can't do.
CAD Programming Solutions

hermanm

  • Guest
Re: DWF or DWFx files in C#
« Reply #1 on: November 02, 2011, 10:20:52 PM »
You might have a look at this:

http://through-the-interface.typepad.com/through_the_interface/2007/10/au-handouts-enr.html

I wasn't able to get it to work, though...

Jeff H

  • Needs a day job
  • Posts: 6151
Re: DWF or DWFx files in C#
« Reply #2 on: November 02, 2011, 10:50:19 PM »
Are you trying to create your own App(toolkit)
Or use its API(Autodesk Design Review API -----VB. C#, JavaScript)

http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=5801732
 

mohnston

  • Bull Frog
  • Posts: 305
  • CAD Programmer
Re: DWF or DWFx files in C#
« Reply #3 on: November 03, 2011, 05:48:00 PM »
Thanks both.
The "through the interface" example was the clue I was looking form.
It's amazing what you can do when you don't know what you can't do.
CAD Programming Solutions