DWF
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
*WILMER, DAVID
Inventor 7 dwf files
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
54 Views, 5 Replies
10-24-2003 03:04 AM
Does anyone know if their is a way to view dwf
files created in Inventor 7 with the dwf toolkit?
files created in Inventor 7 with the dwf toolkit?
TIA
--
David Wilmer
*Autodesk\
Re: Inventor 7 dwf files
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-24-2003 03:06 AM in reply to:
*WILMER, DAVID
Sure, you download the DWF 6 toolkit from
autodesk.com, and write a viewer around it. Piece of cake.

autodesk.com, and write a viewer around it. Piece of cake.
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"DAVID WILMER" <
href="mailto:dwilmer06@email.uophx.edu">dwilmer06@email.uophx.edu>
wrote in message
href="news:B0B1562D4AE1E3A1BC20125D1FEEAB63@in.WebX.maYIadrTaRb">news:B0B1562D4AE1E3A1BC20125D1FE......
Does anyone know if their is a way to view dwf
files created in Inventor 7 with the dwf toolkit?
TIA
--
David
Wilmer
*Peach, Tony
Re:
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-24-2003 04:16 AM in reply to:
*WILMER, DAVID
Maybe I am missing something here, but you can use
AEV to view DWF files created out of Inventor. You can also leverage AEV
as a component for your application as well.
AEV to view DWF files created out of Inventor. You can also leverage AEV
as a component for your application as well.
peach
=================
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"Jeffrey Klug (Autodesk)" <jeffrey dot klug at autodesk dot com>
wrote in message
href="news:9904FF033E589FA87038F3BF44C408F4@in.WebX.maYIadrTaRb">news:9904FF033E589FA87038F3BF44C......
Sure, you download the DWF 6 toolkit from
autodesk.com, and write a viewer around it. Piece of cake.
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"DAVID WILMER" <
href="mailto:dwilmer06@email.uophx.edu">dwilmer06@email.uophx.edu>
wrote in message
href="news:B0B1562D4AE1E3A1BC20125D1FEEAB63@in.WebX.maYIadrTaRb">news:B0B1562D4AE1E3A1BC20125D1......
Does anyone know if their is a way to view dwf
files created in Inventor 7 with the dwf toolkit?
TIA
--
David
Wilmer
*Sheppard, Scott
Re: Inventor 7 dwf files
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-24-2003 04:40 AM in reply to:
*WILMER, DAVID
Once a DWF file is created, it is a DWF file.
That's the neat thing about DWfs -- it's all in there. No XREFs. No object
enablers. None of that stuff. It's just a file with attributes and geometry. I
would think that AEV could view the DWF file just fine. The toolkit is some C++
code that programmers can use to build applications. As an end user, I don't
think you want that. It is true that DWF files do have versions and older DWF
readers, e.g. WHIP!, can't read them, but for the most part, once you have a DWF
file, AEV should be able to handle it.
That's the neat thing about DWfs -- it's all in there. No XREFs. No object
enablers. None of that stuff. It's just a file with attributes and geometry. I
would think that AEV could view the DWF file just fine. The toolkit is some C++
code that programmers can use to build applications. As an end user, I don't
think you want that. It is true that DWF files do have versions and older DWF
readers, e.g. WHIP!, can't read them, but for the most part, once you have a DWF
file, AEV should be able to handle it.
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"DAVID WILMER" <
href="mailto:dwilmer06@email.uophx.edu">dwilmer06@email.uophx.edu>
wrote in message
href="news:B0B1562D4AE1E3A1BC20125D1FEEAB63@in.WebX.maYIadrTaRb">news:B0B1562D4AE1E3A1BC20125D1FE......
Does anyone know if their is a way to view dwf
files created in Inventor 7 with the dwf toolkit?
TIA
--
David
Wilmer
*WILMER, DAVID
Re:
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-24-2003 07:59 AM in reply to:
*WILMER, DAVID
I have tried to use the current toolkit with
inventor 7 files and it does not work. That is the reason I posted this
question if anyone has an idea.
inventor 7 files and it does not work. That is the reason I posted this
question if anyone has an idea.
--
David Wilmer
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"Scott Sheppard" <
href="mailto:scott.sheppard@repro.oceusa.com">scott.sheppard@repro.oceusa.com>
wrote in message
href="news:345BCD0FD19EB7F4C0FFBE5F55C5A601@in.WebX.maYIadrTaRb">news:345BCD0FD19EB7F4C0FFBE5F55C......
Once a DWF file is created, it is a DWF file.
That's the neat thing about DWfs -- it's all in there. No XREFs. No object
enablers. None of that stuff. It's just a file with attributes and geometry. I
would think that AEV could view the DWF file just fine. The toolkit is some
C++ code that programmers can use to build applications. As an end user, I
don't think you want that. It is true that DWF files do have versions and
older DWF readers, e.g. WHIP!, can't read them, but for the most part, once
you have a DWF file, AEV should be able to handle it.
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"DAVID WILMER" <
href="mailto:dwilmer06@email.uophx.edu">dwilmer06@email.uophx.edu>
wrote in message
href="news:B0B1562D4AE1E3A1BC20125D1FEEAB63@in.WebX.maYIadrTaRb">news:B0B1562D4AE1E3A1BC20125D1......
Does anyone know if their is a way to view dwf
files created in Inventor 7 with the dwf toolkit?
TIA
--
David
Wilmer
*Autodesk\
Re:
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-24-2003 08:15 AM in reply to:
*WILMER, DAVID
Please be aware that the DWF 6 toolkit has two
components, the "classic" whip toolkit and the new DWF package reader. If
you previously used whiptk and tried to read inventor files using that, then
yes, it would not work, you need to port to the new paridigm.
Documentation in the DWF 6 toolkit should help you with your
migration.
components, the "classic" whip toolkit and the new DWF package reader. If
you previously used whiptk and tried to read inventor files using that, then
yes, it would not work, you need to port to the new paridigm.
Documentation in the DWF 6 toolkit should help you with your
migration.
jr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"DAVID WILMER" <
href="mailto:dwilmer06@email.uophx.edu">dwilmer06@email.uophx.edu>
wrote in message
href="news:9FCAEFD2190C9CE6755B72071B0186DD@in.WebX.maYIadrTaRb">news:9FCAEFD2190C9CE6755B72071B0......
I have tried to use the current toolkit with
inventor 7 files and it does not work. That is the reason I posted this
question if anyone has an idea.
--
David Wilmer
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"Scott Sheppard" <
href="mailto:scott.sheppard@repro.oceusa.com">scott.sheppard@repro.oceusa.com>
wrote in message
href="news:345BCD0FD19EB7F4C0FFBE5F55C5A601@in.WebX.maYIadrTaRb">news:345BCD0FD19EB7F4C0FFBE5F5......
Once a DWF file is created, it is a DWF file.
That's the neat thing about DWfs -- it's all in there. No XREFs. No object
enablers. None of that stuff. It's just a file with attributes and geometry.
I would think that AEV could view the DWF file just fine. The toolkit is
some C++ code that programmers can use to build applications. As an end
user, I don't think you want that. It is true that DWF files do have
versions and older DWF readers, e.g. WHIP!, can't read them, but for the
most part, once you have a DWF file, AEV should be able to handle
it.
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"DAVID WILMER" <
href="mailto:dwilmer06@email.uophx.edu">dwilmer06@email.uophx.edu>
wrote in message
href="news:B0B1562D4AE1E3A1BC20125D1FEEAB63@in.WebX.maYIadrTaRb">news:B0B1562D4AE1E3A1BC20125......
Does anyone know if their is a way to view
dwf files created in Inventor 7 with the dwf toolkit?
TIA
--
David
Wilmer
