- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm primarily an Inventor user, but not a stranger to AutoCAD. I have made quite a few Dynamic Blocks, but most are relatively simple, and this is beyond my experience.
I've attached a file that includes a mockup block and an example of what I intend this to do. I am trying to replicate the motion of a piece of equipment we are building. The equipment was designed in Inventor, but will be used by project engineers in AutoCAD. The attached block is a stripped-down mockup to figure out the dynamic functions, which I will then implement in the real block.
In the attached file, you'll see a green box and a yellow box. The green box starts a certain distance off the baseline (5" in the example), and can move up within a range. The function that I don't know how to achieve is that the yellow box should also move up, but at half the rate of the green one.
A few things to keep in mind:
- The real block will use 3D solid geometry instead of the 2D used in the example, so any tricks with geometric constraints are probably not going to be viable.
- The equipment this represents is continuously variable (not incremental). So a lookup table that gives the correct results at fixed positions isn't ideal.
- In the example block, the green box will end up outrunning the yellow one. This is just a consequence of the arbitrary dimensions I used in the example - it won't do that with the real dimensions.
Any help would be appreciated. This is something that would be pretty easy for me in Inventor, but I'm stumped as to how to achieve it with the AutoCAD Dynamic Block functions.
Solved! Go to Solution.