DWF
Most recent forum messages
Model Properties using Design Review API
Posted on 5 July 2008, 9:05 am
by adeel.zafar
|
No comments |
Permalink
Hi,
Can I read the properties of 3D objects using Design Review. Actually, I am interested in reading the objects that are displayed in the model pallet in the design review (please see the attached image for example). The method I am using now is returning me the atomic objects (that are defined as entities in xml representation of the dwf file), such a line, solid etc.
I am using method for Javascript
ADViewer.ECompositeViewer.Section.Content.Objects(0) to get the list of
Can I read the properties of 3D objects using Design Review. Actually, I am interested in reading the objects that are displayed in the model pallet in the design review (please see the attached image for example). The method I am using now is returning me the atomic objects (that are defined as entities in xml representation of the dwf file), such a line, solid etc.
I am using method for Javascript
ADViewer.ECompositeViewer.Section.Content.Objects(0) to get the list of
Font-driven problem with ACAD/DWF
Posted on 3 July 2008, 7:01 pm
by edweberg
|
No comments |
Permalink
I'm posting in both the ACAD and DWF forums because I don't know whether my issue is with ACAD or DWF.
Text in drawings is in blocks and x-refs; no loose text floating around. Font is Arial. When I create a dwf, about half the time the dwf view is taken up by these huge black triangles which vertex at some random letter. This is apparently taking up a lot of memory because the DWF essentially locks up.
Anyone else experience this? Anyone know what causes this? The issue is
Text in drawings is in blocks and x-refs; no loose text floating around. Font is Arial. When I create a dwf, about half the time the dwf view is taken up by these huge black triangles which vertex at some random letter. This is apparently taking up a lot of memory because the DWF essentially locks up.
Anyone else experience this? Anyone know what causes this? The issue is
Re: DWF to Image (WMF)
Posted on 2 July 2008, 9:41 pm
by gans
|
No comments |
Permalink
Thank you for answer.
Truth I did not understand how use examples for Visual C++... :-)
I donwload DesignReview 2009, install it and try use interface IAdDwfExportManager.ExportFile for convert to image, but I need solution of parameters. Where can I read about paramed transefer to function?
Or this interface can't export dwf to image file?
I need convert only 2D files....
Truth I did not understand how use examples for Visual C++... :-)
I donwload DesignReview 2009, install it and try use interface IAdDwfExportManager.ExportFile for convert to image, but I need solution of parameters. Where can I read about paramed transefer to function?
Or this interface can't export dwf to image file?
I need convert only 2D files....
Re: XREF DWF - Text Mask Issue
Posted on 2 July 2008, 6:22 pm
by JSCAVANAGH
|
No comments |
Permalink
Ryan,
Did you ever figure this problem out? I'm having the same issue. Thanks
Jeff
Did you ever figure this problem out? I'm having the same issue. Thanks
Jeff
DWF2d Write
Posted on 2 July 2008, 5:38 pm
by wwinthan
|
No comments |
Permalink
I found out how to read geometry data from dwf by using Whip2d.
http://discussion.autodesk.com/thread.jspa?threadID=542373
it told me how to extract geometry data. are there any examples on writing geometry data to 2D dwf ?
Thanks for ur attention
winthan
http://discussion.autodesk.com/thread.jspa?threadID=542373
it told me how to extract geometry data. are there any examples on writing geometry data to 2D dwf ?
Thanks for ur attention
winthan
Dwf Errors
Posted on 2 July 2008, 2:00 pm
by djdexx
|
No comments |
Permalink
Hello there
I just wanted to know if there are any tools to check for errors in dwf files.
Thanks
I just wanted to know if there are any tools to check for errors in dwf files.
Thanks
How to Export to DWF from AutoCAD using API ?
Posted on 2 July 2008, 11:35 am
by srikanthkumar
|
No comments |
Permalink
Hi Everyone,
Our requirement is pro grammatically export list of dwg files to dwf files using C#.NET.
They specified in the" AutoCAD 2009 Help: Developer Documentation" in VBA section: only for following extension:
.wmf, .sat, .eps, .dsf, or .bmp
--> details below:
object.Export FileName, Extension, SelectionSet
Extension: String; input-only
This string should contain three characters specifying the type of file to export the drawing into. Case is not
Our requirement is pro grammatically export list of dwg files to dwf files using C#.NET.
They specified in the" AutoCAD 2009 Help: Developer Documentation" in VBA section: only for following extension:
.wmf, .sat, .eps, .dsf, or .bmp
--> details below:
object.Export FileName, Extension, SelectionSet
Extension: String; input-only
This string should contain three characters specifying the type of file to export the drawing into. Case is not
"?Include Library/1"
Posted on 2 July 2008, 10:55 am
by NileshMamgain
|
No comments |
Permalink
What does it contains?
How to Extract it.
How to Extract it.
2d dwf file reader/writer API
Posted on 1 July 2008, 5:45 pm
by wwinthan
|
No comments |
Permalink
I'm just wondering which examples or where should i look at for reading 2d dwf and 3d dwf files. i already define the object of my shape object(which is composed of lines,line color,arc,etc...) also i have 2d dwf reader API codes. for writing into 2d dwf, what should i do?
thanks
winthan
thanks
winthan