cancel
Showing results for 
Search instead for 
Did you mean: 

Open ECL Viewer on a BSP Page

Former Member
0 Kudos

Hello!

I want to open ecl viewer on a bsp page.

I have a list of .jt files and when user clicks on one of these, the file should open in ECL Viewer where user can rotate/zoom the image.

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

athavanraja
Active Contributor
0 Kudos

look at constructor method of CL_GUI_ECL_3DVIEWER, it uses a activex control EAIWeb.webviewer3D.1

i guess you need to use javascript to create a instance of this control and use its methods to create the viewer.

or you may have to go for some third party tools like

http://www.cimmetry.com/jt_viewer.html

Regards

Raja

Former Member
0 Kudos

Hi Raja,

I would be highly obliged if you could provide a step by step solution for my problem or provide some documentation for the same

Thank you.

athavanraja
Active Contributor
0 Kudos

check out the following weblog.

<a href="/people/durairaj.athavanraja/blog/2005/09/14/using-ecl-engineering-client-3d-viewer-viewer-in-bsp-application">Using ECL (Engineering Client 3D Viewer) viewer in BSP application</a>

Regards

Raja

Former Member
0 Kudos

Thank You Raja.

You have helped me solve a big problem.

I shall give you full points for this.

Regards,

Reema.

Answers (0)