Replies: 4 comments 14 replies
-
|
I didn’t wrap a lot of the grip stuff |
Beta Was this translation helpful? Give feedback.
-
|
I added a basic version I did not wrap AcDbGripData, which dynamic blocks use. It’s pretty advanced, I’ve only used it a couple of times over the years. I had thought it was beyond the scope of a scripting language, but if you’re finding yourself needing it, I’ll consider wrapping it at a later date |
Beta Was this translation helpful? Give feedback.
-
|
I have one problem I can't solve with dynamic parameters. I have a block with a base point parameter associated with a move operation. If I move point P1 using the grip points, everything works fine. However, if I set the P1 parameter using the properties palette and copy/paste, the block breaks. 2026-07-09_07h47_26.mp4 |
Beta Was this translation helpful? Give feedback.
-
|
It’s the same behavior in ActiveX, so lisp users probably face the same issue. My guess is that since the grip move is using a JIG (you can see the clone while dragging), Autodesk is doing some magic behind the scenes. It would be interesting to test on other actions, like visibility. I.e. in \tests\media\DynBlock.dwg. Another weird thing about your block is that the palette values never change, they persist at -2.5 relative to the modified block origin |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can I use grip points in PyRx? For example, to simulate the stretching operation of a dynamic block.
Beta Was this translation helpful? Give feedback.
All reactions