Recent Posts

Pages: 1 ... 5 6 [7] 8 9 10
61
General discussion about BabaCAD / Re: how to draw a line at an angle
« Last post by babadmin on August 14, 2020, 08:55:31 pm »
Yes, you can use relative input in the most of drawing commands. For example, to draw rectangle with size of width=50 and height=35, start RECTANGLE command, specify lower left corner (click to specify point or type absolute x,y coordinates in command line), and then type "@50,35" in command line and press enter to finish RECTANGLE command.
62
General discussion about BabaCAD / Re: how to draw a line at an angle
« Last post by Karl on August 14, 2020, 06:04:53 pm »
Is it possible to use relative coordinates input in other commands, or it's only available for the "line" command?
63
General discussion about BabaCAD / Re: how to draw a line at an angle
« Last post by alexa on July 09, 2020, 10:45:26 pm »
Thanks for detailed answer. Everything works perfectly.
64
General discussion about BabaCAD / Re: Getting started guide
« Last post by babadmin on July 08, 2020, 10:16:08 pm »
You didn't delete second copy line 'copy /Y \Work\BabaCAD...' as I wrote in the last reply. Also check that you compiled the project and you have BabaCADNetDemo.dll in output folder (open windows explorer and see if .dll exists in \Program Files\BabaCAD\BabaCAD...\NetProjects\BabaCADNetDemo.dll
Also be sure that you run Visual Studio as Administrator (find VS icon, right click and choose 'run as Administrator', it needs admin rights to copy .dll to \Program Files\BabaCAD... folder.

If you can't get it work (but it must work if everything done correctly), just delete everything in post-build events and manually copy .dll from output folder to \Program Files\BabaCAD\BabaCAD 2019...\NetProjects folder.
65
General discussion about BabaCAD / Re: Getting started guide
« Last post by john.sheedy on July 08, 2020, 07:24:05 pm »
I have made the change and am still getting the same error.

Severity: Error
Code   Description: The command "copy /Y C:\Program Files\BabaCAD\BabaCAD 2019 Enterprise 3D\NetProjects\vs2010\BabaCADNetDemo\bin\Debug\BabaCADNetDemo.dll "\Program Files\BabaCAD\BabaCAD 2019 Enterprise\NetModules"
copy /Y C:\Program Files\BabaCAD\BabaCAD 2019 Enterprise 3D\NetProjects\vs2010\BabaCADNetDemo\bin\Debug\BabaCADNetDemo.dll "\Work\BabaCAD.NET\x64\ReleaseClr\NetModules"
" exited with code 1.
66
General discussion about BabaCAD / Re: how to draw a line at an angle
« Last post by babadmin 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>.
67
General discussion about BabaCAD / how to draw a line at an angle
« Last post by alexa on July 07, 2020, 05:54:32 am »
When I use a "line" command, then I can enter a length (input field appears on the screen), and I can move cursor to draw at some angle. How to type exact angle value?
68
General discussion about BabaCAD / Re: Getting started guide
« Last post by babadmin 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.
69
General discussion about BabaCAD / Re: Getting started guide
« Last post by john.sheedy on July 03, 2020, 09:31:17 am »
I have now finally gotten around to load the Demo files and I am getting loads of errors.

However I am getting an error  of
   
The command "copy /Y ...\BabaCADNetDemo\bin\Debug\BabaCADNetDemo.dll "\Program Files\BabaCAD\BabaCAD 2018 Enterprise\NetModules"
copy /Y C:\Users\jtshe\OneDrive - towersoftware.godaddylogin.com\Programming\BabaCADNetDemo\bin\Debug\BabaCADNetDemo.dll "\Work\BabaCAD.NET\x64\ReleaseClr\NetModules"
" exited with code 1.         

I have not made any changes to the source code.
70
General discussion about BabaCAD / Re: Getting started guide
« Last post by babadmin 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
Pages: 1 ... 5 6 [7] 8 9 10