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.
Questions tagged [eyeshot]
105 questions
0
votes
0 answers
Save Bitmap to disk and release saved file Rendered from DevDept Eyeshot
In a WPF application, I need to save a Bitmap to disk and than after some changes I try to delete the saved file and save again the modified image.
The problem is once saved, the bitmap doesn't release the file and throws an exception when I try to…

Coskun Ozogul
- 2,389
- 1
- 20
- 32
0
votes
2 answers
Eyeshot Document folder of samples
Please guide us to find source code of sample (https://www.devdept.com/support/samples). As mentioned in site there was no sample code in document folder in my machine after install the Eyeshot software.

Anil
- 11
- 2
0
votes
0 answers
How to create Draw Interactive rectangle with eyeShot
I am trying to write an autocad-like software with the eyeshot library, but I have difficulty performing the rectangle drawing function, can anyone help me, please?

Nguyễn Lâm
- 19
- 1
- 1
0
votes
1 answer
Construction an Arc in Eyeshot
I am trying to construct the arcs applying Eyeshot 12.
I use the constructor: Arc(Plane, 2D center point, 2D start point, 2D end point).
I have two arcs. The end point of one of them is exactly the same as the start point of the another one. In…

Jnadieri
- 1
- 1
0
votes
2 answers
How to add a second CoordinateSystemIcon to Eyeshot's viewport
I would like to add to the viewport a second system of reference and place it on a specific position of the model. I can see an example image in the documentation Part1 but looking in the sample code I am not able to figure out how to do it.
I…

stenio
- 297
- 1
- 10
0
votes
1 answer
How to add fillet between 2 curves in eyeshot
I found the method for Chamfer and fillet but could not really understand the implementation of it.
Basically I am not able to evoke Fillet property.
http://documentation.devdept.com/100/WPF/topic4434.html
If anybody can guide.
Code:
ICurve line1 =…

STR
- 23
- 4
0
votes
1 answer
PointToScreen not returning screen coordinates
I am using EyeShot 12. I am creating a rectangle using EyeShot Line Entity, it has 2 dimensions along length and breadth.
My functionality involves changing the Dimension Text by using the action->SelectByPick, then picking anyone of the dimension…

STR
- 23
- 4
0
votes
1 answer
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
buttons2(0) = New…

User300
- 11
- 2
0
votes
1 answer
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 matrix
Now I want to populate the matrix with values? Any help would be appreciated.
In Visual Studio vb.net, after creating the matrix variable named…

Phil Bugg
- 11
- 1
0
votes
1 answer
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 don't know what can i do in next step.

Hsin Hsien-Huang
- 5
- 2
0
votes
1 answer
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 class in devDept.Eyshot but I don't know how to use…
0
votes
1 answer
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 Values of CAD File entities to use in c#…
0
votes
0 answers
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 screen is presented. Other controls from the UI,…
0
votes
1 answer
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.Difference() using region.)
why vertices has tiny…

Twily
- 21
- 2
0
votes
1 answer
Problem with extend Eyeshot Solid and Display in ViewportLayout
I have a custom class (MyBox) that extend devDept.Eyeshot.Entities.Solid and I want to add it to the ViewportLayout like this:
MyBox box = new MyBox(10, 20, 30); // length, width, height
EyeViewportLayout.Entities.Add(box);
…

elia_c
- 99
- 1
- 6