By khoa.ho on
3/26/2013 4:32 PM
What is .NETScript?
.NETScript is a new programming language for CAD software, which is C# with JavaScript syntax. The used library is AutoCAD.X that is an extension of AutoCAD .NET API, but simpler to use, one line of code to do any single task. Bring effortless application development for AutoCAD and RealDWG.
Why do we need .NETScript?
CAD developers will still use C# to write code, but the same code will work on both AutoCAD desktop and the web (
http://www.netscriptcad.com/code-store). Since AutoCAD supports varieties of programming platforms, .NETScript is an alternative to DesignScript but still have the strength of .NET API and the cross-platform of JavaScript.
What is the difference between .NETScript and C#?
.NETScript is C# but make use of JavaScript syntax, so the same code will work on both AutoCAD and the web browser....