Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to call the Content Center family dialog box directly?
Or call it out by commandermanger?
Solved! Go to Solution.
Is there a way to call the Content Center family dialog box directly?
Or call it out by commandermanger?
Solved! Go to Solution.
Regards,
Arthur Knoors
Autodesk Affiliations & Links:
Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!
! For administrative reasons, please mark a "Solution as solved" when the issue is solved !
https://help.autodesk.com/view/INVNTOR/2021/ENU/?guid=GUID-8EDD3824-5497-43D9-9808-D184EF43D413
Use the Family dialog box to select a family member to place from Content Center.
Access
In the Place, Place Feature, or Replace from Content Center dialog box, select a part family, and click OK. Note: The Family dialog box is skipped when you use AutoDrop. Right-click a Content Center part in the graphic window or in the browser, and select Change Size.
The available options depend on how you access the dialog box.
Is there a way to Call Family dialog box directly skip the the Place, Place Feature, or Replace from Content Center dialog box?
Here is a link to retrieve the commands list by code. I usually search this list by the command name or the information in the tool tip.
Here is the CC commands and I found these here
Command | Description |
CCV2BatchPublishButton | Batch Publish to Content Center |
CCV2ChangeSizeButton | Change size of Standard Component |
CCV2ChangeSizeButtonCM | Change size of Standard Component |
CCV2EditorButton | Open Content Center Editor |
CCV2OpenButton | Open Component from Content Center |
CCV2OpenCWButton | Access Autodesk Manufacturing Supplier Content Center |
CCV2PlaceButton | Place Component from Content Center |
CCV2PlaceButtonCM | Place Component from Content Center |
CCV2PlaceFeatureButton | Place Feature from Content Center |
CCV2PlaceFeatureButtonCM | Place Feature from Content Center |
CCV2PublishButton | Publish Part to Content Center |
CCV2ReplaceButton | Replace Component with Component from Content Center |
CCV2ReplaceButtonCM | Replace Component with Component from Content Center |
CCV2RSCButton | Refresh Standard Components |
Thank you very much,It seems no entry to call the family dialog box directly
The family dialog box will appear when Place,replace the CC part normally in the selected CC family ID name.
Thanks for your reply.