- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Replace content center part with Ilogic
Here we go again. So, I created a custom content center part with just one variable parameter, the length (which is a custom column). I know it's possible to change the size very easily after it is placed. But now I'm wondering if it's possible to do this using Ilogic. What I would like to have is, an assembly, which will have a parameter length, and whenever I change that length, the custom content center part will also update so it'll be the same length. Is this possible, in a very easy way, using Ilogic?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Mathijs,
I think it is doable. Custom CC part is just like any regular part. It is driven by parameters. You can find those parameters and then drive the values in an iLogic rule.
Many thanks!

Johnson Shiue (johnson.shiue@autodesk.com)
Software Test Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Do you have any idea how to do this? I found out that there is a snippet for adding cc parts, which apparently can also be used to replace an existing cc part with another one. But I can't seem te figure out how to make this work.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
After getting CC component using iLogic captured code, we can use the the component to do some update stuff, like getting parameters and replace component using Occurrence object.

Jane Fan
Inventor QA Engineer