 |

|
1>c:\projects\stlviewer\geometry.h(33): fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory
Shouldn;t geometry.h #include and not #include ?
Of course I tried changing that and got tons of compile problems with istream.
Curious how anyone else got this to build in VS 2010??
|
|
|
|

|
Dear Sharjith
The tool seems to be very interesting. I have built the application on MS VS2010 and tried to run the same. After running the viewer is seen only for a fraction of second and collapsing. Could you please suggest any possible solution for the same.
sidhu
|
|
|
|
|

|
Hi, my name is Ederson, i am from Brazil, is it possible to slice an STL file, i need to do this, i am building an 3d printer with a DLP projection.
|
|
|
|

|
Selection window on window 7 machine got distorted.
|
|
|
|

|
While resizing the main window on window 7 the flash screen will come.
|
|
|
|

|
Hi,Sharjith.
I convert your code to VC++ 2008.When I want to open a .stl file.An runtime error occur.The error is in your CStLReader::Read() in your source file "StLReader.cpp". How to fix?
|
|
|
|

|
MR.Sharjith
Can I please hire you to produce a simple CGi code that outputs stl dimensions, volume etc from an uploaded stl file.
Chris
|
|
|
|

|
MR.Sharjith sir, Thanks for your immediate response about all previous queries. Now when i compile your project it is fine. But when i try to open STL file it is just flick but stl file is not showing and also show the debug assertion failed error(read stl click) occur. can you send me some clue or code for how to open stl file in my view. I am using your whole code as it is and try to open stl file. Thanks Sangaramoorthy A
-- Modified Friday, September 24, 2010 2:11 AM
|
|
|
|

|
Tell the correct path and also i have .dll and .h extension file the file which folder i can place ... C:\Program Files\Microsoft Visual Studio 9.0\VC
|
|
|
|

|
i paste the glut32.dll in system32 folder but the same following error occur again: fatal error C1083: Cannot open include file: 'GL/glut.h': No such file or directory c:\users\lab-temp\desktop\stlviewer_src\stlviewer\stdafx.h
|
|
|
|

|
Error 1 fatal error C1083: Cannot open include file: 'GL/glut.h': No such file or directory c:\users\lab-temp\desktop\stlviewer_src\stlviewer\stdafx.h 26 StLViewer
|
|
|
|

|
Hi,
In a STL file, there are many duplicated points. How can I remove them?
In order to remove duplicated points we need to search the entire point list. I think you are using linked list to store the points.In that case the searching time will be high. I tried using KD tree but still the time needed to load the stl file is high. "Meshlab" quickly loading stl meshs and removing duplicate points. How can I efficiently load a STL mesh?
|
|
|
|

|
Hi Friends!!
my name is siva.i have few doubts.
1. HOW TO CALCULATE INTERIOR ANGLE OF A TRIANGLE? (I Have x,y,z coordinate points as vertices)
2. HOW TO CALCULATE ANGLE BETWEEN UNIT NORMALS OF TWO ADJUSTANT TRIANGLE? (I Have known normal value for each triangle)
3. HOW TO CALCULATE ANGLE BETWEEN UNIT NORMALS OF TWO ADJUSTANT TRIANGULAR FACETS? (I Have known normal value for each triangle in a surface)
Please if anybody knows regarding these question..
mail me.. atleast refer website links which having solved answer...
SIVABALAN
vigisiva@gmail.com
india.
|
|
|
|

|
Hi Sirjith sir ji
I saw your application it is very good. But when i compile your project it is fine. But when i try to open STL file it is just flick and second document open but stl file is not showing. can you send me some clue or code for how to open stl file in my view. I am using your whole code as it is and try to open stl file.
i,e, i am unable to open second stl file.
Thanks
Osho
|
|
|
|

|
My Name is SIVABALAN
im doing M.E degree
i have few doubts on STL file:
can any one please answer
1.HOW TO EDIT THE STL FILE ?
2.WHICH SOFTWARES WILL DO EDITING OF STL FILES?
3.IS IT POSSIBLE TO EDIT ACII & BINARY CODING OF STL FILE ? i.e FACET XYZ CORDINATES VALUES.
4.HOW TO DO TRIANGULATION AND RE-TRIANGULATION?
my emailid:vigisiva@gmail.com
mobile:09791399265
Tamilnadu
|
|
|
|

|
I'm new in VC++ 2008.
i got a CAD file which is already convert into STL file.
how do i display it as a 3D image in MFC..
Wat knowledge should i must have to handle this task?
|
|
|
|

|
Hi,
I'm currently working on a web project that analyze stl and iges file's demension (x, y, z). Anyone in here know if there is a component (.net, java) out there that can do this. Please help.
|
|
|
|

|
dear sir,
i am doing my post graduation in Computer integrated manufacturing.
as a project work i m developing module which should convert CL data
file into machine code language.pl can you help me out how shoud i proceed.
i hope you will fulfil my querry.
thanking you
dixitava
|
|
|
|

|
I am very interested in what you have done with OpenGL. How can I contact you to discuss a possible project?
-James
|
|
|
|
|

|
Dear sir ,
I am learning nor of your systems called STL Viewer ,but I am just a newbie about VC++ and opengl .so it's a little hard for me to read the program clearly . and I hope you can add more description to the program or some informationso that I can understand it easyier . If you could mail it to me I will really appreciate it .
By the way , I am working in the Reverse Engineering business .Now I am studying how to cover the holes existing in the STL files . so I wonder if you can give me some programs or system related to it .
Thank you in advance . I am looking forward to your reply !
|
|
|
|

|
Hi Sharjit, thanks for such nice tool, I like the concept. I couldn't run the tool but from snapshot it looks great.
I have a question why you are using GLIDE2X.DLL any specific reason?
Hi All:
did anybody come across below error while running...?
While running I am getting below error "Genport I/O initialitazion failure" under Windows2000. I guess this error is due to graphics setting.
Please let me know if anybody come across such error.
Thanks in advance
Vinod
.
|
|
|
|

|
how to display the dimension of the meshed triangular facets? pls help me
|
|
|
|

|
Hi,
I am running the code in VC++ and obtain the following error:
LINK : fatal error LNK1561: entry point must be defined
I have no idea how to fix this problem. Any help is much appreciated.
Thanks,
David
|
|
|
|

|
HI ,
The software is great and I am finding it useful. I actually want to simulate a mass spectrometer using and want to use your software to display the 3D from .stl files.
But I am not able to open other .stl files from your software. It opens fine for the sample files you have given. Please help me as soon as possible.
It would also help if you could tell me where is the code to access the co-ordinates in the display.
Waiting for your reply,
Thanks,
Vikas
|
|
|
|

|
HI ,
The software is great and I am finding it useful. I actually want to simulate a mass spectrometer using and want to use your software to display the 3D from .stl files.
But I am not able to open other .stl files from your software. It opens fine for the sample files you have given. Please help me as soon as possible.
It would also help if you could tell me where is the code to access the co-ordinates in the display.
Waiting for your reply,
Thanks,
Vikas
|
|
|
|

|
Is anyone else having trouble building the code? I'm getting a bunch of errors and they are all over my head. Does anyone still check this and will be able to help me?
-Me
|
|
|
|

|
Hello,at first thank you for your good viewer .I am a student and I am very interested in the topological relationship of triangles.Now,I can select one point of the triangles model,but I can't find its neighbor points.So we should rebuild topological structures .Would you have some good idea?
I am looking forward to good news .My e-mail:hyzhujc@163.com
-- modified at 2:50 Tuesday 5th December, 2006
-- modified at 2:54 Tuesday 5th December, 2006
I have a dream...
|
|
|
|

|
Good work Sharjith.
Can you please guide me how extend your work for writing CNC G&M codes or RP codes automatically. Have you done similar kind of work which generates G&M codes / RP codes from STL files..
Please also reply to harshalsawant@yahoo.com
Harshal Sawant
|
|
|
|

|
Thank you for stl viewer.
I have STL file from Unigraphics ( Robotic 6 axis)
Need to show Graphic,Zoom,Pan,Rotate and Movement Robotic 6 axis by move mouse (Can Movement Each axis)
I Think so..
stl-> OpenGl -> vc++.net
Help Me Please...
Jaturon
|
|
|
|

|
Use the application I can only load the sample stl files which are provided in the project, but I can't load the other stl file? what is the reason? who can help me> any suggestion will be appreciated.
Qin H.X.
|
|
|
|

|
Hi, sharjith:
First , thank you for writing this goooood viewer.
Your ideas for designing the GLdisplay Class, but i am sorry to see
this programm is very slow when loading big stl files, i have tried
a stl file >80M , loading this file spends several minutes.... but under my stlviewer , it only costs 20 seconds on my computer with configuration PIII 800M, 256M SDR memory, and GeForce MX 440 video card.
Moreover, Selection should disabled out of the GLObject in the scene.
Hopeful to the Next version.
CG, OpenGL, MFC, STL
email me : lua.byhh@gmail.com
|
|
|
|

|
While I tried to compile a code on VC++, it gives an error: stdafx.h(26) : fatal error C1083: Cannot open include file: 'GL/glut.h': No such file or directory
Error executing cl.exe.
Someone please advise solution to it.
Tejas.
|
|
|
|

|
How to run 2 different(or same) OpenGL objects in one DialogBox?
IDC_STATIC1 is a first OpenGL objects Scene window.
IDC_STATIC2 is a second OpenGL objects Scene window.
IDC_STATIC1 and IDC_STATIC2 ,they are placed on IDD_DIALOG1.
code:
pclStatic = (CStatic *)GetDlgItem(IDC_OpenGL_Window);
pclGlView = new CGlView(pclStatic);
pclGlView->OnCreate();
pclGlView->InitGL();
pclGlView->DrawGLScene();
pclStatic1 = (CStatic *)GetDlgItem(IDC_OpenGL_Window);
pclGlView1 = new CGlView(pclStatic1);
pclGlView1->OnCreate();
pclGlView1->InitGL();
pclGlView1->DrawGLScene();
Will not involve both windows (IDC_STATIC2,IDC_STATIC1)
|
|
|
|

|
In your profile you say:
>Big dream to make own Cad/Cam software.
Have you looked at OpenCascase (www.opencascade.org) as a starting point. It is basically a kernel for a lot of the 3D ops you would neeed to do this.
Linas
|
|
|
|

|
Can't not #include <GL/glut.h> My problem is didn't have Glut3-7, isn't it? Could you tell me where I can download it?
|
|
|
|

|
I installed the viewer and glut32.dll, but am unable to display files to the screen. It's as if the files have no data inside. Everything about the viewer appears to be working. I would really like to get it operationl, since I plan to also build a CNC output module to go along with it for a specialized step controller.
Any suggestions?
Bill Redd, Denver
Bill Redd
|
|
|
|

|
I'd like to know how implement a code that contain the views XZ, XY and XY that when clicked dont bring the efects of a rotation for example.
|
|
|
|
|

|
i find sometimes the code will go into such error:
---------------------
00000000()
IALMGICD! 08a76ad5()
GLUT32! 1000112e()
CGLTrihedron::DrawTextA(char * 0x004424b4 `string') line 112 + 17 bytes
CGLTrihedron::DefineDisplay() line 52
CGLTrihedron::Display(const GLDisplayMode & GLWIREFRAME) line 95 + 13 bytes
CGLView::RenderScene(unsigned int 7170) line 382 + 30 bytes
CGLView::ProcessSweepSelection(const CRect & {top=131 bottom=316 left=340 right=495}, unsigned long * 0x00345a38) line 922
CGLDisplayContext::SweepSelect(CGLView * 0x00346fe8, const CRect & {top=131 bottom=316 left=340 right=495}) line 267 + 16 bytes
----------------------------------------------------
i don't know whether my glu32 version is not stable or there is another reason. Would you please help me? Thank you.
|
|
|
|
 |