Community
DWF
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DWF toolkit functionality

3 REPLIES 3
Reply
Message 1 of 4
annef0603
243 Views, 3 Replies

DWF toolkit functionality

Hi -

I'm trying to determine if the following task is possible with the dwf toolkit: I am working on a web based product that shows the location of assets within a building. We are using Autocad to generate dwf files of the building floor plan so that users can see the location of various assets from their intranet. The problem I have is that as assets change location I need to dynamically update the dwf file to show new locations. (I am using a jpeg image to represent various assets on the drawing.) So I need to be able to insert a jpeg into a dwf based on the location of a "block" that is already in the drawing. I downloaded the dwf toolkit and have begun looking at the documentation. However since I'm new to this software I thought I'd find out if this is even possible with the tookit. I'd appreciate any insights. Thanks.
3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: annef0603

With the toolkit you can do just about anything you
want since you are writing your own code and can draw whatever graphics you want
into the DWF.  It isn't the kind of thing that lots of people do since DWF
is intended as a "published" format and not a native "model" format. 
As such DWF doesn't lend itself well to "editing" like you are doing (though not
impossible).  Autodesk's MapGuide product is actually designed to do the
kinds of things you are doing.

 

It all depends on what level of sophistication you
need.  Technically you can make DWF do this using the toolkit.  The
hard part is that the DWF wont contain block information anymore (see an earlier
post from me this week discussing security of DWF and measurements).  That
means you'll need some other element to "tag" various locations so that you can
modify the icons.  You could use hyperlinks (especially invisible hyperlink
regions) or named views for these tagged regions and your toolkit code
could search on these tagged regions.


face=Arial size=2>

--
-Brian
Mathews
 Autodesk, Inc.
 
href="mailto:brian.mathews@autodesk.com">brian.mathews@autodesk.com



style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Hi
-

I'm trying to determine if the following task is possible with the dwf
toolkit: I am working on a web based product that shows the location of assets
within a building. We are using Autocad to generate dwf files of the building
floor plan so that users can see the location of various assets from their
intranet. The problem I have is that as assets change location I need to
dynamically update the dwf file to show new locations. (I am using a jpeg
image to represent various assets on the drawing.) So I need to be able to
insert a jpeg into a dwf based on the location of a "block" that is already in
the drawing. I downloaded the dwf toolkit and have begun looking at the
documentation. However since I'm new to this software I thought I'd find out
if this is even possible with the tookit. I'd appreciate any insights.
Thanks.

Message 3 of 4
Glory
in reply to: annef0603

Hi,

I want to build some 3D models using dwf toolkit. So, I have some questions about capabilities of dwf toolkit.

1. Can I do Boolean operations such as union and subtraction between two or more 3D objects?

2. Can I do extrusion operation with some polygon and polyline as path, along which that polygon will be extruded?

3. Can I do revolution operation e.g. I have some polygon and center line around which that polygon will be rotated?

Thanks
Message 4 of 4
Anonymous
in reply to: annef0603

The DWF Toolkit manages the reading and writing of 3D DWF files. Think of it
more in terms of a graphics system. These types of operations would be done
in your own code and the results would then be sent to the DWF Toolkit. I
suggest you look at HOOPS from Tech Soft 3D. It supports working with DWF
files at a higher level.

http://dwf.blogs.com/beyond_the_paper/2006/06/hoops_applicati.html

wrote in message news:5552299@discussion.autodesk.com...
Hi,

I want to build some 3D models using dwf toolkit. So, I have some questions
about capabilities of dwf toolkit.

1. Can I do Boolean operations such as union and subtraction between two or
more 3D objects?

2. Can I do extrusion operation with some polygon and polyline as path,
along which that polygon will be extruded?

3. Can I do revolution operation e.g. I have some polygon and center line
around which that polygon will be rotated?

Thanks

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

”Boost

 

”Tips

 

”Services