Questions tagged [eyeshot]

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.

105 questions
0
votes
1 answer

Only one (first) overlay item is painted, the rest are not

Eyeshot 11.847; Good afternoon, I've run into a problem that for some reason the internal fill has only one (first) OverlayItem (and all small circles should be filled). Here is a code snippet in which rendering takes place. Moreover, all the…
Voltara
  • 1
  • 5
0
votes
1 answer

Eyeshot Devdept 2022 mesh simple cylinder surface

I am using Devdept 2022. The problem is I cannot mesh a simple cylinderical surface without getting negative Jacobian errors. Process:- I am using is to convert surface to Brep, then Brep to mesh and finally mesh to femmesh. I cannot find a better…
0
votes
0 answers

How to fix any design like 'pattern' on Design model at specific location like how we see shortcut keys at top of the model

So what I want is an orientation functionality, and that will look like a small compass at the bottom of the model view, it will always remain visible and fixed at that location and only work when the user double clicks on it. I can create the…
0
votes
1 answer

[eyeshot]How can I add a new Viewport into a viewer

what is the best way to add a new viewport into the viewer with the same drawing? Regards Jürgen
0
votes
1 answer

Thickness to linear path

I can use some help to get thickness to a linear path solid. Creating the linear path model (in this case a metal flashing part) works as intended, but it has no thickness, which I like to have as well. I haven't so far found any useful hints on how…
rfw
  • 1
0
votes
1 answer

How to multi clipping object in eyeshot

I found the clipping object in the eye shot sample, but there was no multi-clipping. Also, I need to clip the x-plane and y-plane, but I can't find this information. How can I multi-clip with an eye shot? Also, how can I change the angle of…
ryu
  • 7
  • 3
0
votes
1 answer

Is there a way to get LOD from eyehots?

I want to implement LOD in eyeshot. Do eyeshot have features like RayCast in your eyehot? Or is it possible to find a list of entities displayed in the camera?
ryu
  • 7
  • 3
0
votes
1 answer

ZoomFit error when using Eyeshot 2021 on Windows Server

Good afternoon, I am trying to use Eyeshot in a .NET Framework Web Application to create a Bitmap image. The steps of the process in my code are the following: I generate all the necessary Entities and then I add them to a Model control that is not…
0
votes
2 answers

Pictures inserted on some computers are not clear

I insert the picture into the eyeshot. The inserted picture is as clear as the source picture, but on a few computers, the picture will become particularly blurred. I send the customer's system information to see if it is helpful to solve this…
Ming
  • 11
  • 3
0
votes
1 answer

How to change position of Mesh.CreateBox

What is the way to set the Position (x, y, z) after create a mesh on create var pb1 = Mesh.CreateBox(8000, 400, 300); pb1.Color = Color.FromArgb(255, (byte)rand.Next(255), (byte)rand.Next(255), (byte)rand.Next(255)); pb1.ColorMethod =…
Mario
  • 13
  • 7
0
votes
1 answer

How to check a point is inside a surface in devdept eyeshot

I want to to see if a point is inside a trimmed surface or not. In the following pictures, I think that I have a surface which has a hole inside and also a point shown as red. How to check that the point is inside a trimmed surface or not. I used…
şahin
  • 19
  • 3
0
votes
1 answer

How to prevent rotate on Eyeshot?

My eyeshot project is to show the .dwg file. But when touch the screen the screen rotate. I want change rotate event to a pan event at native touch move event. Is this possible? If is this impossible then I want prevent rotate screen.
ryu
  • 7
  • 3
0
votes
0 answers

How to find out which surface the surface is under?

I need to which surface the surface is under using eyeshot library. Below code is not working correctly. public static Point3D[] GetPolygon(List trimmingContourList, Point3D[] vertices) { ArrayList polygonResult = new ArrayList(); …
nihasmata
  • 652
  • 1
  • 8
  • 28
0
votes
1 answer

Eyeshot component RenderToBitmap resolution

I am trying to generate a picture of my 3D model using the ViewPortLayout ViewportLayoutBinding viewportLayout; .... viewportLayout.RenderToBitmap(1,false) but the picture i obtain has a low resolution (the same resolution as what is shown on the…
0
votes
1 answer

How can I get curve entities to be visible on both sides of a surface entity?

I'm fairly new to eyeshot so if I'm missing something obvious please say. I have a blended surface that I intersect with a plane to try and get "grid" lines on my surface. The trouble is the curves only show on the inside of the surface, where I…
Stu
  • 3
  • 2