Jump to content

nanoCAD released


cadvision

Recommended Posts

  • Replies 47
  • Created
  • Last Reply

Top Posters In This Topic

  • cadvision

    12

  • ScribbleJ

    9

  • tzframpton

    8

  • f700es

    3

Top Posters In This Topic

Posted Images

Can also code with vb.net express 2010. Just need to target .net 3.5.

Here is my HelloWorld plugin code and screen shot after running my new command.

 

Imports System.Collections.Generic
Imports System.Linq
Imports System.Text

Imports Teigha.DatabaseServices
Imports Teigha.Runtime
Imports Teigha.Geometry
Imports HostMgd.ApplicationServices
Imports HostMgd.EditorInput
Imports HostMgd.Windows

Imports Platform = HostMgd
Imports PlatformDb = Teigha

Namespace bjVBnanoCAD
   Public Class Class1
       <CommandMethod("HelloWorld")> _
       Public Sub bjHelloWorld()
           Dim ed As Editor = Platform.ApplicationServices.Application.DocumentManager.MdiActiveDocument.Editor
           ' Print message to command line
           ed.WriteMessage("Hello nanoCAD plugin with vb.net express 2010.")
       End Sub
   End Class
End Namespace


 

vb.gif

Link to comment
Share on other sites

  • 2 weeks later...
Haha, no you're good. It is the one thing that will tie me to at least AutoCAD LT always. No other CAD application I've found or heard of has something like it. I sure would love for someone to prove me wrong though.

 

Let me be the first:D - check out ZWCAD.

IMHO the best AutoCAD alternative - http://www.zwsoft.com/en/products/zwcad.html#!tab=2

Link to comment
Share on other sites

  • 4 weeks later...
  • 3 months later...
The lack of LISP is probably the key omission and this seems strange considering their aim to attract developers.

 

LISP support (beta) is now available for registered developers. We have released nanoCAD Eng 4.0 Beta1, it can be downloaded in the nanoCAD Developers' Club.

Link to comment
Share on other sites

LISP support (beta) is now available for registered developers. We have released nanoCAD Eng 4.0 Beta1, it can be downloaded in the nanoCAD Developers' Club.

 

Good. Lisp is more a user tool than a developer language. I think most company developers are using newer toolsets. Visp inclusion is great for the end users, as there is so much of it out in the PD

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...