Search found 8 matches
- 24 Aug 2016, 17:36
- Forum: CAD VCL
- Topic: Decrease Triangle Count in imported STEP file
- Replies: 5
- Views: 41381
Re: Decrease Triangle Count in imported STEP file
It could help because after the STEP import i save the MeshObjects to a file, using TMeshObject.SaveToFile and from that moment on i only load that file, using TMeshObject.LoadFromFile Wich means i'm ok with the time consumed importing the STEP file. My concern is the time that takes those TMeshObje...
- 22 Aug 2016, 17:09
- Forum: CAD VCL
- Topic: Decrease Triangle Count in imported STEP file
- Replies: 5
- Views: 41381
Re: Decrease Triangle Count in imported STEP file
Ok, i've just sent you an email.
Thanks
Thanks
- 22 Aug 2016, 12:30
- Forum: CAD VCL
- Topic: Decrease Triangle Count in imported STEP file
- Replies: 5
- Views: 41381
Decrease Triangle Count in imported STEP file
Hi! I have some heavy STEP files to show in 3D. It is taking a long time to load and show theses objects, and since i do not need them to have the best quality, I want to know if it would be possible to decrease the triangle count of the imported MeshObject's created by the converter. I've changed t...
- 05 Nov 2015, 13:20
- Forum: CAD VCL
- Topic: Error in 3D mode with some graphic cards
- Replies: 3
- Views: 24304
Re: Error in 3D mode with some graphic cards
Ok so yesterday i've pinned down the problem on one computer that as a NVIDIA GeForce GT 420M Deep inside Glscene (on OpenGLAdapter.pas) the option EXT_direct_state_access is set as TRUE and this is the root of the errors explained. I have tried the stupidest solution ever and force it back to FALSE...
- 04 Nov 2015, 20:47
- Forum: CAD VCL
- Topic: Error in 3D mode with some graphic cards
- Replies: 3
- Views: 24304
Error in 3D mode with some graphic cards
Hi I'm having trouble im some computers when using the 3D mode of your components. Some of them have very recent graphic cards and some are older but all very modern computers. What happens is that when i open an IGS file, the 3D file doesnt show up or give a lot of errors before it shows, using you...
- 22 Sep 2015, 12:44
- Forum: CAD VCL
- Topic: Load IGES - Visiblity and Face Orientation
- Replies: 1
- Views: 17173
Load IGES - Visiblity and Face Orientation
Hi! I have 2 IGS files that load diferently between your system and other CAD programs. The first case is an object that is inside the IGS file but is it (I guess) marked and invisible, so in other CAD programs it does not appear. But appears visible when i load it from your library. SOLIDWORKS http...
- 26 Aug 2015, 16:35
- Forum: CAD VCL
- Topic: Add another 3D object to the current scene
- Replies: 6
- Views: 38539
Re: Add another 3D object to the current scene
Hi! Could you show more in detail the required code to achieve this?
- 26 Aug 2015, 14:16
- Forum: CAD VCL
- Topic: Load IGES in GLScene object
- Replies: 1
- Views: 16297
Load IGES in GLScene object
Hi! I need to have a scenario with multiple GLScene objects mixed with some 3D files loaded with your library. Let's say i have a GLScene with objects and i want to add a new TGLFreeForm Object loaded with an IGES file. Or does the 3Dnavigator object have any prcedure to choose the baseobject in wic...