I think the answer depends on what kind of visualization you want.
If you just need the physical structures and layout, I think VRML is probably a
better answer. Many CAD programs output directly to VRML 2.0. If your's doesn't,
take a look at "Crossroads" it's a geometry translator that works well and has
VRML 2.0 output
If however, you need a functioning model, simulations of the plant in operation.
Then Java3d may be a good choice. But I'd caution you up front that you're
looking a investing a lot of time into something like that. Getting the geometry
into Java3d isn't hard at all, just check out the example files. (you may have
to convert your cad data to .obj, .wrl or .lwo first)
Mahesh R wrote:
> Hi All,
> We are looking for a low cost solution for powerplant visualization.
> We are in the process of evaluating various tools/APIs available in the
> market.
> I would like to know the follwing :
> - Since such a setup involves large CAD data , will it be proper to
> use J3D scene graph.
> - Are there converters available for repesenting CAD data in J3D.
> - If J3D is applicable for the project, what kind of hardware should
> be used.
> - Is anyone already involved in such a project.
>
> Thanks in advance
> Mahesh.
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JAVA3D-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".