Derived Part Associative Design View Representation Check or Uncheck

Derived Part Associative Design View Representation Check or Uncheck

bradeneuropeArthur
Mentor Mentor
717 Views
7 Replies
Message 1 of 8

Derived Part Associative Design View Representation Check or Uncheck

bradeneuropeArthur
Mentor
Mentor

Hi,

How can I Check or Uncheck the Option "Associative Design View Representation" for derived part creation, by programming?

The following options are already found, but not the one I search for.

###.ActiveDesignViewRepresentation = "" ' Empty for make no use of any View Rep's
###.oDerivedPartDef.IncludeAllParameters = True or False
###.oDerivedPartDef.IncludeAllSolids = True or False
###.oDerivedPartDef.IncludeAllSurfaces = True or False
###.oDerivedPartDef.IncludeAllSketches = True or False
###.oDerivedPartDef.IncludeAllWorkFeatures = True or False
###.oDerivedPartDef.UseColorOverridesFromSource = True or False

DerivedpartAssosiative.JPG

 

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


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 !


 


EESignature

0 Likes
718 Views
7 Replies
Replies (7)
Message 2 of 8

cencinaNB2ET
Advocate
Advocate

That's the same question I have...

 

 

I have this controlling the default view but not sure how to access the true false of associative design?

 

oDerAssyDef.ActiveDesignViewRepresentation = "Default"

 

0 Likes
Message 3 of 8

bradeneuropeArthur
Mentor
Mentor

I am still searching too...

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


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 !


 


EESignature

0 Likes
Message 4 of 8

cencinaNB2ET
Advocate
Advocate

 

The only place i found this porperty : "IsAssociativeDesignView" is on the DerivedFutureAssemblyDefinition?

 

 

And on the DerivedPartDefinition.ActiveDesignViewRepresentation property, the API help documentation mentions it but says the following:

"The IsAssociativeDesignView property indicates if an associate link to the design view is created or not."

But no reference as to how you can access it when the property is a string but this property is a boolean??

 

Its so important to have that because i cant automate the parent assembly and have a derived part show me those changes unless this is ticked as true...

 

Any Help from Any Autodesk Programmers?

 

 

 

 

 

 

crojasNB2ET_0-1592512252626.png

 

 

crojasNB2ET_1-1592512384475.png

 

 

0 Likes
Message 5 of 8

ThomasB44
Mentor
Mentor

Hi @bradeneuropeArthur and @cencinaNB2ET 

oDerivedAssemblyDef.IsAssociativeDesignView = True

 Seems to work as expected.

Thanks a lot for this post. 😉


Thomas
Mechanical Designer / Inventor Professional 2025
Inventor Professional EESignature

0 Likes
Message 6 of 8

bradeneuropeArthur
Mentor
Mentor

What version of inventor are you using?

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


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 !


 


EESignature

0 Likes
Message 7 of 8

ThomasB44
Mentor
Mentor

I'm using IV2021 with last updates.


Thomas
Mechanical Designer / Inventor Professional 2025
Inventor Professional EESignature

0 Likes
Message 8 of 8

cencinaNB2ET
Advocate
Advocate

I was using the same version when i tried this initially.

 

I abandoned that particular workflow because of these issues, but will have a closer look at it later when i have time.

Thank you.

 

0 Likes