dwgdirect 2.6.3 odamfcapp fail to produce a svg
dwgdirect 2.6.3 odamfcapp fail to produce a svg
hi,
i am using dwgdirect 2.6.3 odamfcapp to export the attached drawings but the application fails to produce image*.png files required by the svg.
could you advice on how to produce these files or export to svg.
thanks
luis
attached files
not sure i understand.
you mean that you wanted to produce shaded mode images?
vladimir
vladimir
when using the odamfcapp menu comand export to svg... i get the following svg:
<?xml version="1.0" standalone="no"?>
<image width="1" height="1" xlink:href="c:\test\3d files/image0.png" transform="matrix(1024 0 0 768 0 -1.13687e-013)"/>
</svg>
and the image0.pnp file has 0 bytes.
so my question is how do i get odamfcapp to produce a valid svg of drawings with acdb3dsolid objects?
luis
did you try static or dynamic build? which compiler did you use? (make sure opengl vectorizer is available - it is used for shaded mode rendering)
(i attached the file that i obtained - it doesn't contain any image references)
attached files (240.6 kb, 1 views)
vladimir
vladimir
i am using "odrx_declare_static_module_entry_point(winopenglm odule)"
the compiler is "microsoft visual c++ 2005"
could you please addvice on how do i make sure opengl vectorizer is available?
i am using the example odamfcapp.
luis
to check if it is available, you may vectorize the drawing.
menu "vectorize/winopengl.gs"
vladimir
vladimir
that's what i am doing but still i get a svg file with a image reference.
luis
quote:
originally posted by
luis.gomez@aveva.com
that's what i am doing but still i get a svg file with a image reference.
that is - when you just vectorize the drawing - it is rendered correctly?
vladimir
quote:
originally posted by vkalinin
that is - when you just vectorize the drawing - it is rendered correctly?
when the drawing is vectorized all the objects are rendered in the screen, then i use the menu option to export to svg and the result is a svg file with a image reference.
luis
i was able to reproduce the behaviour.
saving images depends on rasterservices library, that is by default built with jpeg6b lib.
the version built with jpeg6b does not support image saving at all.
you may rebuild raster services with raster_snow_bound symbol enabled, to use more capable snowbounds raster library. (you will need to downlowad it first. there are license restrictions that doesn't allow us to redistribute sb headers and lib with dd)
raster services project is in \projectfiles\win32\msvc8\examples\exraster\exrast er.vcproj
vladimir
vladimir
i would like to know how did you manage to produce the output you include in the svg.zip file?
as i said before that is what i like to produce.
luis