06-23-2017
12:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-23-2017
12:42 AM
It's somthing really stupid.. you must set back the definition.. struggled with this also for a while ![]()
Dim oDoc As PartDocument
Set oDoc = ThisApplication.ActiveDocument
Dim oDerivedPartDef As DerivedPartComponent
Set oDerivedPartDef = oDoc.ComponentDefinition.ReferenceComponents.DerivedPartComponents(1)
oDerivedPartDef.Definition.Parameters.Item("Plate_6_Thk").IncludeEntity = True
oDoc.ComponentDefinition.ReferenceComponents.DerivedPartComponents(1).Definition = oDerivedPartDef
Please kudo if this post was helpfull
Please accept as solution if your problem was solved
Inventor 2014 SP2