FEM edition, Progressive Drawing, Constraint Solver and much more!
Learn more »Eyeshot is a CAD control based on the Microsoft .NET Framework. It allows developers to add CAD functionalities to WinForms and WPF applications in a snap. Eyeshot provides tools for building geometry from scratch, for analyzing it with finite element method and to generate toolpaths on it. Geometry can also be imported or exported using CAD exchange file formats.
Combine multiple data sources, input devices and CAD entity types as has never been possible before. Import your dataset from file or from Visual Studio project resources or from database. Allow end-users to interact using keyboard, mouse, 3D mouse or fingers. Select between Mesh, Solid and Nurbs surface modeling technologies to unleash your creativity.
Eyeshot is the only 100% .NET CAD component on the market. With 60+ source code samples (in both C# and VB.NET and for both WinForms and WPF platforms) it’s also the easiest to learn.
MAR 14 |
Screen-Space Ambient OcclusionAmbient occlusion is a shading and rendering technique used to calculate how exposed each point in a scene is to ambient lighting (source: Wikipedia). Starting from Eyeshot 2023, it is possible to enable the Screen-Space Ambient Occlusion effect ( ... |
MAR 13 |
Image-based SilhouettesStarting from Eyeshot 2023, it is possible to detect and draw silhouettes by leveraging the computational power of the GPU. To enable this feature you should set the relative property: DisplayModeSettings.SilhouettesDrawingMode = silhouettesDrawi ... |
FEB 27 |
Eyeshot 2023 Beta: new build available for downloaddevDept Software is proud to announce a new Eyeshot 2023 Beta build. Having now completed several migrations, we have a final Workspaces architecture that no longer requires Design/DesignUI separated objects. This initial design didn’t allow full cu ... |
FEB 23 |
Revolve sketch with arcvar sk1 = new devDept.Geometry.ConstraintSolver.Sketch(); // Create the linear border. var l1 = sk1.AddLine(0, 0, 20, 0); var l2 = sk1.AddLine(20, 0, 20, 10); var l3 = sk1.AddLine(20, 10, 12.4142, 10); var l4 = sk1.AddLine(11.7071, 11.7071, 20, 20 ... |
FEB 1 |
Eyeshot 2023 BetadevDept Software is proud to announce the Eyeshot 2023 Beta program. Architecture This Beta version comes this late because we decided to abandon v2022 GEntities which many customers didn’t like. The product has been completely refactored acc ... |