Inventor Presentation -Tweak

Inventor Presentation -Tweak

sneha.sadaphal
Advocate Advocate
425 Views
2 Replies
Message 1 of 3

Inventor Presentation -Tweak

sneha.sadaphal
Advocate
Advocate

Hi, is it possible in Inventor Presentation to tweak the component using API (C#)? if yes then how to achieve this?  

0 Likes
426 Views
2 Replies
Replies (2)
Message 2 of 3

earl_cody
Contributor
Contributor

@sneha.sadaphal - Hi. As it is today, it looks like there is no access for tweaking components in a presentation document.

 

I found that you may be able to access existing tweaks from the browsernode and access some properties though:

https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/code-request-set-all-tweaks-to-quot-... 

 

I took a little dive in a presentation document and my guess for the closest property that I can see is the PresentationComponent.Transformation which is a matrix (I'm thinking it could be a similar vein to AssemblyDocument > ComponentDefinition > ComponentOccurrence.Transformation), but it's only available to get, not set (like many of the other PresentationComponent object properties are).

https://help.autodesk.com/view/INVNTOR/2023/ENU/?guid=GUID-CA0683B9-CC49-4C46-AA9B-39BCAB1196DE 

 

Screenshot 2023-02-01 185032.png

 

 

 

 

0 Likes
Message 3 of 3

sneha.sadaphal
Advocate
Advocate

@earl_cody thanks for your response.

0 Likes