- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am new to Autodesk Programming. I have some DWF files that I need to embedd in a Webpage. I am using Visual Studio 2008, Autodesk Design Review 2011.
I am using JavaScript to acces the Active-X control and find the objects in DWF file. These DWF files are files that were used in earlier application which used SVG technology.
I am trying to extract the objects as
var AllObjects = ADViewer.ECompositeViewer.Section.Content.Objects(0);
I get all the objects. Each object is of type "com.autodesk.dwf.eModel"
When I am looping through these objects I don't get any related properties or property names.
But when I click on DWF file in AutoDesk Design Reveiw tool. I could see under Model following information.
3D Face(5)
Arc(553)
BlockReference)825)
Circle(16)
Door(4)
Ellipse(27)
Line(8392)
Poin(8)
are these objects or soemthing else.
I am not understanding how I can extract individual Objects and thier Labels.
When I looked into each object it had ID's but no properties or labell values.
I can't get enough source material on using Autodesk Design Review 2011 with JavaScript.
I referenced ADR 2011 API but no help except for few Javascript examples.
Thanks in Adavance
Irfan
Solved! Go to Solution.
