Message 1 of 8
Auto updation of drawing views of iparts to Active factory member with ilogic programme

Not applicable
06-09-2021
10:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
@clutsa , @A.Acheson
Respected members,
awaiting for your reply
https://forums.autodesk.com/t5/inventor-customization/change-ipart-member-on-a-drawing-possible/td-p...
Dim oView As DrawingView oView = ActiveSheet.View("VIEW1").View Dim doc as AssemblyDocument doc = ThisDrawing.ModelDocument member = doc.ComponentDefinition.iAssemblyMember.ParentFactory.DefaultRow.MemberName 'MessageBox.Show(member, "Title") oView.ActiveMemberName = member
Thank you for the above forum topic, this ilogic has worked for me when I change the reference assembly model by "replace model option" in the inventor draft,
will u plz, help me for a code in a similar way for iparts updation in drawing view of inventor draft,
where ilogic will catch the ipart member name from the assembly table & will update the exact active factory member automatically