Message 1 of 4
How can we add a specific bearing in inventor assembly thru' content center with iLogic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I have a query,
How can we add a specific bearing in assembly thru' content center with iLogic.
I have a ref. code that i am using, please refer it.
Components.AddContentCenterPart("bearing_01", "Shaft Parts:Bearings:Roller Bearings:Spherical Roller Bearing", "SKF- with Cylindrical Bore", {"DESIGNATION", "SKF23222 CC/W33", "Diam", "110", "DD", "200", "B", "70"}, position := Nothing, grounded := False, visible := True, appearance := Nothing)
am i missing something in above.
Also, looking for option to autoupdate the size w.r.t. to other parts parameter.
Thanks in advance.
Regards.