Blog


Learn about industry trends, news and how-tos from our product experts.

Miscellaneous

Eyeshot NuGet Packages: Legacy projects

In general, for legacy projects, it is necessary to rebuild the project after adding NuGet packages before accessing the designer, due to a known bug in Visual Studio (see here).This bug manifests in Eyeshot with an "Invalid Developer License" error message, as shown below: To resolve this issue, c…

by Marcello Stagni | July 12, 2024 | Share

CAD

Modeling Practice Drawings 61

protected override void OnLoad(EventArgs e) { design1.Units = linearUnitsType.Millimeters; design1.Grid.Visible = false; design1.OriginSymbol.Visible = false; // create all regions devDept.Eyeshot.Entities.Region topCircle = devDept.Eyeshot.Entities.Region.CreateCircle(0, …

by Daniel Maura | June 21, 2024 | Share

Announcement

Eyeshot 2024.2 released

Bologna, Italy — June 13, 2024. devDept Software S.r.l., leading provider of software development tools to the engineering industry, today announces the release of Eyeshot 2024.2, the CAD control for .NET Available on our private NuGet server: http://nuget.devdept.com (Setup instructions)  &nb…

June 13, 2024 | Share

public

2024.2

Fixed HiddenLinesView with overlapping lines when KeepEntityLineWeight flag is true Added turntable, focal length and gradient background to all architectural code samples Improved Surface.IsValid() method Fixed VolumeMesher class for the same material used more than once Improved incremental curv…

by Alberto Bencivenni | June 11, 2024 | Share

CAD

Hair Dryer

design1.ActiveViewport.DisplayMode = displayType.Shaded;design1.Shaded.EdgeColorMethod = edgeColorMethodType.EntityColor;design1.Shaded.EdgeThickness = 2;// parameters double trimTol = 0.001; double filletTol = 0.001; double offsetTol = 0.1; double offsetAmount = -1; // creates the lists of …

by Eugenio Turchet | May 16, 2024 | Share

CAD

Flat Iron + SurfaceMesher

  design1.ActiveViewport.DisplayMode = displayType.Shaded; design1.Shaded.EdgeColorMethod = edgeColorMethodType.EntityColor; design1.Shaded.EdgeThickness = 2; // Side surface Plane pln = new Plane(new Point3D(20, 0, 0), Vector3D.AxisMinusX); Arc a1 = new Arc(pln, new Point2D(12,0), new Point2D(1…

by Eugenio Turchet | May 09, 2024 | Share

Miscellaneous

NuGet package: devDept NuGet Server

Through the devDept NuGet Server https://nuget.devdept.com/nuget users can easily include the Eyeshot packages and update to the latest official version. The following steps will demonstrate how this can be done in Visual Studio: 1. Navigate to the Package Manager Settings menu. 2. Add a new sourc…

by Marcello Stagni | May 02, 2024 | Share

CAD

Mount + Simulation

// First shape CompositeCurve cc1 = new CompositeCurve(new ICurve[] { new Line(Plane.XY, 0, 0,96,0), new Line(Plane.XY,96,0,96,24), new Line(Plane.XY,96,24,76,24), new Arc(Plane.XY,new Point2D(76,32),new Point2D(76,40),new Point2D(76,24)), new Line(Plane.XY,76,40,96,40), ne…

by Eugenio Turchet | April 05, 2024 | Share

CAD

CAD Drawing Practice

Draw the figure design1.Layers[0].LineWeight = 2; design1.Grid.Visible = false; design1.OriginSymbol.Visible = false; const string DashDot = "DashDot"; design1.LineTypes.Add(DashDot, new float[] { 5, -1, 1, -1 }); const double TextHeight = 4; //Plane Plane plane1 = Plane.XY; plane1.Rotate(Mat…

by Eugenio Turchet | April 05, 2024 | Share

Announcement

Eyeshot 2024 is here! 🎊

Bologna, Italy — March 20, 2024. devDept Software S.r.l., leading provider of software development tools to the engineering industry, today announces the release of Eyeshot 2024, the native CAD control for .NET   New Hybrid Licensing Model Eyeshot 2024 has a hybrid licensing model that combin…

March 20, 2024 | Share