Recent Posts

Pages: 1 ... 8 9 [10]
91
If you are getting "xdrx.XX.XX.arx cannot find a dll or other file that it needs." you'll need do one of these steps:

A) copy XDRx.x64.dll for 64bit or XDRx.x86.dll for 32bit system into the same folder where acad.exe is
B) add full path to XDrx-API/SYS folder in AutoCAD Options -> Files -> Support File Search Path

P.S.
Can we please standardize the naming of this API? The forum's section is XDRX, topics are XDrX, the git repository is XDrx, the api files are XDRx :tickedoff:
92
XDRX-API / Re: [navigation] XDRX API sub-forum navigation post
« Last post by V@no on April 27, 2024, 11:44:50 AM »
Ok, so I got it working by adding path to XDRX-API/SYS folder to "Support File Search Path" in AutoCAD options.
93
XDRX-API / Re: [navigation] XDRX API sub-forum navigation post
« Last post by xdcad on April 27, 2024, 11:25:39 AM »
And just while we are on the subject. If this modifies any system registry, environmental PATH, or copies any files beyond its folder, please provide detailed uninstall instructions.

The special situation you encountered,
Under normal circumstances, there is no need to copy any files to other places.

Only path and trustedpath paths are set

94
I've been playing around with group 70 of a spline and noticed that "periodic" bit (bit 2) could be set, but spline's properties panel shows it as not set:

Code - Auto/Visual Lisp: [Select]
  1. (logand (cdr (assoc 70 (entget (SSNAME (ssget ":S" '((0 . "SPLINE"))) 0)))) 2)


Why is that?

Thanks.
95
AutoLISP (Vanilla / Visual) / Re: solid face copy ucs problem
« Last post by dussla on April 27, 2024, 09:44:47 AM »
It seems that AutoCAD is buggy with this code... In BricsCAD it alignes UCS to region and in AutoCAD it reports that this object don't define coordinate system... And to be even more buggy it doesn't remove created regions after solidedit - copy - face options...
Thank you, I learned a lot of information from you.
96
AutoLISP (Vanilla / Visual) / Re: solid face copy ucs problem
« Last post by ribarm on April 27, 2024, 09:37:47 AM »
It seems that AutoCAD is buggy with this code... In BricsCAD it alignes UCS to region and in AutoCAD it reports that this object don't define coordinate system... And to be even more buggy it doesn't remove created regions after solidedit - copy - face options...
97
XDRX-API / Re: [navigation] XDRX API sub-forum navigation post
« Last post by It's Alive! on April 27, 2024, 09:37:15 AM »
And just while we are on the subject. If this modifies any system registry, environmental PATH, or copies any files beyond its folder, please provide detailed uninstall instructions.

FYI, my recommendation “path to %PATH% with SetEnvironmentVariable” doesn’t stick
It’s just for the process

https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-setenvironmentvariable
Quote
SetEnvironmentVariable
Sets the contents of the specified environment variable for the current process
This function has no effect on the system environment variables or the environment variables of other processes.


98
AutoLISP (Vanilla / Visual) / Re: solid face copy ucs problem
« Last post by dussla on April 27, 2024, 09:32:42 AM »
Look, I am using BricsCAD and whereever I pick point on 3dsolid - BOX my both X and Y axises are aligned to edges of BOX... Haven't tested it with AutoCAD - give me a minute to try...

ok thank you   for your effort

i wil try ~
99
AutoLISP (Vanilla / Visual) / Re: solid face copy ucs problem
« Last post by ribarm on April 27, 2024, 09:28:36 AM »
Look, I am using BricsCAD and whereever I pick point on 3dsolid - BOX my both X and Y axises are aligned to edges of BOX... Haven't tested it with AutoCAD - give me a minute to try...
100
XDRX-API / Re: [navigation] XDRX API sub-forum navigation post
« Last post by V@no on April 27, 2024, 09:26:32 AM »
And just while we are on the subject. If this modifies any system registry, environmental PATH, or copies any files beyond its folder, please provide detailed uninstall instructions.
Pages: 1 ... 8 9 [10]