.NET

Software Components

for the engineering industry

We have rewritten the history of CAD

Believe it or not, in the last fifteen years we have rewritten the entire history of CAD in .NET

EXPLORE PRODUCTS

TRUSTED BY

Why ?

Committed to 100% managed code, compiled against AnyCPU, standards.

Developed by a unique mix of developers, mathematicians and engineers.

Priority technical support from CAD veterans

Royalty-free licensing model and transparent pricing

Increase your team productivity
with a fully managed CAD software component

Still using an unmanaged C++ library or a .NET wrapper? The world has changed.
Switch to our 100% .NET CAD software component and hit the market before your competitors.

Stay Current with the Latest News and Features

See all news and articles

April 5, 2024

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(Math.PI/2, Vector3D.AxisZ); Plane plane2 = Plane.X…

Read More

March 20, 2024

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 combines SAA…

Read More

February 28, 2024

CAD Practice Drawings 2D-01

Define layers, linetypes and text height. design1.Layers[0].LineWeight = 2; const string DashDot = "DashDot"; design1.LineTypes.Add(DashDot, new float[] { 5, -1, 1, -1 }); const string DimLayer = "Dimension"; design1.Layers.Add(new Layer(DimLayer, Color.CornflowerBlue)); const string Construction = "Construction"; design1.Layers…

Read More

February 27, 2024

Angular Bracket

// Extruded L shape CompositeCurve cc1 = new CompositeCurve(new ICurve[]{ new Line(Plane.XZ, 0, 0, 50, 0), new Line(Plane.XZ, 50, 0, 50, -10), new Line(Plane.XZ, 50, - 10, -5, -10), new Arc(Plane.XZ, new Point2D(-5, -5), new Point2D(-10, -5), new Point2D(-5, -10)), new Line(Plane.XZ, -10, -5 , - 10, 20), new Line(Plane.XZ, -10, 20, 0, 20), new Line(Plane.XZ, 0, 20, 0, 0) }); devDept.Eyeshot.Entit…

Read More

Together, we empower CAD software development around the world.

Join our unique team of developers, mathematicians and engineers.

WE ARE HIRING