Viewed 121 times
Our windows forms application makes use of devDept Eyeshot for visualization of meshes.I am getting user reports saying that whenever the application starts and prepares the viewport, only a black screen is presented. Other controls from the UI, such a labels and buttons, display and function correctly.
Of the following image, we should be able to see the left side. Some users report are only seeing the right side.
When dragging the form around, the black screen flickers and it is clear that the viewport is still present behind this black screen.However, it seems impossible to regain control over the viewport and make it display elements without dragging the form around.
Around 10% of our users encounter this problem, which does make it a significant problem. I have tried to replicate the problem on numerous identically set-up virtual machines, where again approximately 10% of VMs have this problem.
Eyeshot Tools, a new utility application for activation, projects upgrade, samples unlock, laptop machine detection. Support for Windows 10 and Visual Studio 2015 Breaking Changes. DevDept Software is a software development company founded in 2006 with headquarters in Bologna, Italy. DevDept Software is the world's largest providers of.
I have no further clues on how to get rid of this annoyance, so any help would be very much appreciated.
Solutions tried:
- Updated graphics card driver -> No effect
- Updated BIOS -> Fixes the problem for a few users, but is not a reliable fix
- Resizing or moving the screen seems to solve the problem. However, the viewport seems unstable and sometimes reverts to the 'black-screen' state.
Details:
- version devDept: devDept Eyeshot v9
- builds are made by using Visual Studio 2013
PC configuration(on which this problem occurs):
- x64 builds
- both Debug & Release
- Windows 7 + Windows 10
Joris van RhedenJoris van Rheden
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Browse other questions tagged c#windowsformseyeshot or ask your own question.
Eyeshot is a CAD control for .NET Framework developed by devDept Software. It's integrated into Visual Studio toolbox for WinForms and WPF applications and it targets OpenGL and Direct3D graphics libraries.
se-uql#toggleEditor'>
0
0answers
Custum FEM in Eyeshot
Is there a way to use Eyeshot to visualize external FEM files? For instance, my FEM simulations are formatted into a vtu file, I want to populate the fem object in Eyeshot to be able to display some ...
0
1answer
How can I make multiple Toolbars in Eyeshot 12?
I would like to make a second vertical Toolbar.I tried with this code but I can see any result.Dim buttons2 As ToolBarButton() = New ToolBarButton(1) {}Dim bmp1 As Bitmap = My.Resources.Bitmap1...
1
1answer
Eyeshot 9 ReadAutodesk class displays DXF's TEXT entity as symbols
I'm using Eyeshot version 9 with my .NET app to display DXF files among other things. I'm having trouble with displaying TEXT entities from DXF file. All characters from TEXT entity are transformed ...
0
0answers
Using Eyeshot 12.0 how to check if one LinearPath is contained in the other one LinearPath?
I'm using Eyeshot framework from devdept and looking for a way how to check if one LinearPath is contained in the other one LinearPath. Is there any method-like isCointained or Contains which can be ...
0
1answer
How do I add the elements to a Matrix after Dim NormalVectorRotationMatrix As New devDept.Geometry.Matrix
Specifically working with DevDept.Geometry inside a VB.Net application. I created a new matrixNow I want to populate the matrix with values? Any help would be appreciated.In Visual Studio vb.net,...
0
0answers
Eyeshot is not loading texture, when opening an Obj Model, exported from Mesh Lab
I have a textured OBJ Model exported from MeshLab.On loading this in Eyeshot, I am not able to see the texture.The code that I am using to load the OBJ is as follows:ReadOBJ ro = new ReadOBJ(...
0
0answers
I have a textured OBJ model, which when loaded on Eyeshot, appears with Green color blended with it

I have a textured OBJ Model, which on loading in Eyeshot, shows Green color blended with the texture.It is loading fine on other softwares like MeshLab, 3D Builder, 3D Viewer.The code that I am ...
0
1answer
if (Mesh or Brep)'s face is plane,how to get its normal vector
I want to click an entity's face, and occur its normal vector.It will help me to set a rotating axis.I follow model1_SelectionChanged in sample:EyeshotDemo,and i can know which face I click.But i ...
0
1answer
Using Block class on viewportlayout in devDept.Eyeshot
I loaded a cadfile in which a lot of lines are drawn. I want to make a rectangle region, using 4 vertices(X, Y Coordinate value) so that I can click the region not just one point. I found Block ...
0
1answer
RGB Value of Entity of DWG File
I have a DWG CAD file in which a lot of lines are drawn.The lines have different color each.I Loaded this DWG CAD file to ViewPortLayout in Devdept.Eyshot Q. Can I get color information such as RGB ...
0
0answers
devDept Eyeshot - ViewportLayout/Viewport only shows a black screen on application start
Our windows forms application makes use of devDept Eyeshot for visualization of meshes.I am getting user reports saying that whenever the application starts and prepares the viewport, only a black ...
0
0answers
Region Vertices is slightly difference on Eyeshot
i'm trying to create navigation mesh on autodesk naviswork using Eyeshot 12.0.113.0 beta.i'm created region using vertices but result region is very slightly difference.(i want use Region....
0
1answer
Eyeshot disables touch events in the whole of application
I have a WPF application that uses touch events (TouchDown, TouchMove, TouchUp). Everything works fine. But if I give the ViewportLayout (Eyeshot 11) component somewhere to the application, the touch ...
1
1answer
how can i extract region to mesh or solid using eyeshot?
i'm trying to create navigation mesh on autodesk naviswork using Eyeshot.convert vertices and IndexTriangle to vertice triangles, after create solid using Solid.FromTriangles().var solidList = new ...
0
0answers
I cannot get a good result when I import an IFC file using the ReadIFC() method
Eyeshot Cad
I am evaluating EyeShot. We need to read in IFC files. I see that ReadIFC was introduced in Eyeshot v11. It talks about an Import button in the Eyeshot Demo to try it out. I cannot see that button in ...
153050per page