Adding an item into the feature manager design tree
73 views
Skip to first unread message
ashish agarwal
unread,
Jul 26, 2009, 2:15:45 PM7/26/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SolidWorks-API
Hi..
I need to add a node(item) to the feature manager design TREE that is
displayed to the left (default) on the SolidWorks window.
Can anyone plss help!
tbischel
unread,
Jul 31, 2009, 1:39:46 PM7/31/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SolidWorks-API
I'm not positive what you are asking... are you trying to add a new
subassembly to the component tree? Try recording a macro while doing
it manually, and going back and looking at the VB code...
ArtemTat
unread,
Aug 12, 2009, 2:39:56 AM8/12/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SolidWorks-API
You should use the macro features: FeatureManager::InsertMacroFeature3
method.
Please refer the "Create Macro Feature Subfeature Example (VB6)"
example in SolidWorks API Help Documentation.