What can be done in 3d
Moderators: SDS, support, admin
What can be done in 3d
Hello,
I am exploring your components.
i have 3 requirements to explore:
1) creating a 3d file at runtime (somehow i have 4 building blocks and i would like to create a 3d file) by inserting the blocks at specific points in space - i think this is not possible by reading the forum
2) see the surfaces: i tried to load a cube in the 3d demo viewer, but i see only a wireframe, i do not see the filled sufaces. Is it possible to see the surface?
I loaded this:
, but i see this: 
3) i would like to have a final result similar to this (this is a screen cast from an other app): http://www.screencast.com/t/4xddt9rlV
I would like to have a slider in the ui to control the transparency of an object in the 3d file.
Please note this is the first time i face CAD in my professional life (i am just a Delphi developer who mainly works with databases) so forgive me if i am not using the correct terms.
i hope you can reply.
Thanks
I am exploring your components.
i have 3 requirements to explore:
1) creating a 3d file at runtime (somehow i have 4 building blocks and i would like to create a 3d file) by inserting the blocks at specific points in space - i think this is not possible by reading the forum
2) see the surfaces: i tried to load a cube in the 3d demo viewer, but i see only a wireframe, i do not see the filled sufaces. Is it possible to see the surface?
I loaded this:


3) i would like to have a final result similar to this (this is a screen cast from an other app): http://www.screencast.com/t/4xddt9rlV
I would like to have a slider in the ui to control the transparency of an object in the 3d file.
Please note this is the first time i face CAD in my professional life (i am just a Delphi developer who mainly works with databases) so forgive me if i am not using the correct terms.
i hope you can reply.
Thanks
Re: What can be done in 3d
Hello,
It is possible to build a 3D model by creating 3D FACE DXF entities programmatically. In order to see the filled sufaces, you should switch to 3D Smooth shading mode in the demo application: click the Display mode button, then select Display mode -> 3D Smooth shading.
As for the transparency, CAD VCL uses GLScene library for 3D rendering, there are some settings in the GLScene to set a transparency, materials, etc.
Mikhail
It is possible to build a 3D model by creating 3D FACE DXF entities programmatically. In order to see the filled sufaces, you should switch to 3D Smooth shading mode in the demo application: click the Display mode button, then select Display mode -> 3D Smooth shading.
As for the transparency, CAD VCL uses GLScene library for 3D rendering, there are some settings in the GLScene to set a transparency, materials, etc.
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: What can be done in 3d
I do not know why but i got email notification of a reply only today (9th jan 2017, while the reply was done in 2015).
Anyway in the mean time i developed my solution using Unity.
Thanks in late.
Anyway in the mean time i developed my solution using Unity.
Thanks in late.
Re: What can be done in 3d
Hello,
Mikhail
Maybe someone posted a reply and then deleted it. Never mind.I do not know why but i got email notification of a reply only today (9th jan 2017, while the reply was done in 2015).
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support