Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - babadmin

Pages: 1 2 [3] 4 5 ... 10
31
General discussion about BabaCAD / Re: how to draw a line at an angle
« on: July 07, 2020, 10:54:37 am »
You can do that in two ways:

If Dynamic Input is turned ON, check that "DYN" button is colored orange in Status Bar:
- start LINE command
- specify first point, than press TAB key (keyboard) and than input angle value
- you can press TAB key again  and line will stay at the specified angle, you can move mouse just to change line length or
  type the length value and press SPACE or ENTER key to finish the LINE command.

If Dynamic Input is OFF, just type at sign (@) and then LEN<ANGLE in command line and press ENTER key (for example
to draw line with length=85 at angle 60 [degree, CCW], type @80<60 and <press ENTER at the end>.

32
General discussion about BabaCAD / Re: Getting started guide
« on: July 03, 2020, 03:21:04 pm »
You didn't read Note for BabaCAD 2019 Enterprise version in reply to your first post (change '2018' to '2019' in path of post-build events and also delete second line 'copy /Work/BabaCAD.NET/...', it's not needed). These are not a code errors, just wrong post-build event paths (this is set for Visual Studio to automatically copy compiled .dll output to path specified in post-build events). You can delete post-build events and manually copy .dll from output folder to /Program Files/BabaCAD/BabaCAD 2019 Enterprise/NetProjects after the project is compiled.

33
General discussion about BabaCAD / Re: Getting started guide
« on: April 26, 2020, 02:03:01 pm »
There is Help menu inside of BabaCAD application (red link 'Help' in upper right of App window).
Also you have online Help Users Guide at:
    https://www.babacad.com/help/babacad_help.htm

34
General discussion about BabaCAD / Re: Getting started guide
« on: April 01, 2020, 04:28:55 pm »
You can find Visual Studio sample projects (.sln) in BabaCAD installation folder (/Program Files/BabaCAD/../NetProjects). We are also finishing new documentation for .NET API and we will put more code samples on babacad website soon.

Note for BabaCAD 2019 Enterprise users: Please update BabaCAD reference and PostBuild events path from '..BabaCAD 2018..' to '..BabaCAD 2019..'. The simplest way to do this is to open project's .vsproj (.vbproj for vb.NET project) and change 2018 to 2019 and save the file. BabaCAD 2018 Enterprise users don't have to do this modification.

35
General discussion about BabaCAD / Re: three points circle
« on: December 24, 2019, 10:08:11 pm »
Just to notify users that patch with trim fix will be also available for Enterprise 2019 version.

36
General discussion about BabaCAD / Re: three points circle
« on: November 27, 2019, 11:23:46 pm »
Trim command had a bug (in some situations, not always) on arc trim, but it's fixed now. Download and install patch for 2018 version (use download link in your license mail).

37
General discussion about BabaCAD / Re: Drawing units
« on: May 03, 2019, 03:00:08 pm »
Command "UNITS" (type in command line) to change between mm/feet/inch. Command exists in licensed versions (Home or Enterprise) only, not in trial version.

38
General discussion about BabaCAD / We're sorry, forum was shut down!
« on: April 25, 2019, 12:54:38 am »
Sorry for late notification, cause forum discussion board was inaccessible in last two months due server maintenance.

39
General discussion about BabaCAD / Re: How to draw hatch?
« on: January 12, 2019, 05:35:27 pm »
Just hit enter at cmd line after you select the objects and then 'Choose pattern' window will show up (there you can choose pattern from list box or click on swatch button to open another dialog of pattern previews). If you know the name of hatch pattern, then you can type it to speed up hatch creation time (to avoid windows showing during hatch command).

40
General discussion about BabaCAD / Re: three points circle
« on: December 16, 2018, 07:41:58 pm »
Just type '3P' instead of '3' (this is fixed after trial version). Licensed versions are updated with more features and fixes.

41
General discussion about BabaCAD / Re: Can't open dwg drawing
« on: September 20, 2018, 09:18:42 am »
Mathematically '< R2007' means 'less than', but not 'less or equal'. So, I said as it is. Yoi can open dwg R13, R14, R2000, R2004, R2006 in trial version. BabaCAD  Home/Enterprise licensed users can open all dwg drawings up to R2018.

42
General discussion about BabaCAD / Re: Can't open dwg drawing
« on: September 07, 2018, 08:46:11 pm »
You have almost full functional trial version free to download which is also time unlimited. You can open any dxf drawing and dwg drawings of version < R2007 and version > R12. To work with new dwg drawings (up to R2018) you have to buy commercial version. Trial version can’t open latest dwg version drawings as that feature is limited by third party dwg library which is not free. If you don’t trust but you have already tried BabaCAD, then you are the first of over 150,000 users with such complains. There is always option to buy 60 times higher priced AutoCAD.

43
Yes, thanks. Screenshots of projects made in BabaCAD are always welcome.

44
General discussion about BabaCAD / Re: Zoom issue
« on: August 11, 2018, 07:35:35 am »
I found similar problem on friend's computer, and it was related to mouse scroll wheel sensitivity. It's very rare case, but I will try to solve this problem by adding configuration settings for wheel speed in the next app update. There will be System Variable MOUSEWHEELSPEED, so user can just set optimal mouse wheel speed for zooming (in 1-255 value range).

Thanks for reporting this issue.

45
General discussion about BabaCAD / Re: Translation
« on: August 08, 2018, 05:57:33 am »
Thanks Mike. I'm currently working to prepare translation table for few languages (including German). Then I have to do some work on extracting UI dialogs words/commands for translation. If I find problems with German translations I will contact you later after I finish this.

Best regards

Pages: 1 2 [3] 4 5 ... 10