possibility to see updated measurements in idw?

possibility to see updated measurements in idw?

ID3358932
Enthusiast Enthusiast
338 Views
1 Reply
Message 1 of 2

possibility to see updated measurements in idw?

ID3358932
Enthusiast
Enthusiast

Hello,

 

Is there a possibility to see updated measurments in the idw after a part has changed it dimensions. Maybe a diffrent colour shows that the measurment has been changed?

 

Regards Frank

0 Likes
339 Views
1 Reply
Reply (1)
Message 2 of 2

wayne.brill
Collaborator
Collaborator

Hi Frank,

 

There is not anything that will do this in the Inventor API directly.

 

One idea would be to have two functions. One would save the current state of the drawing writing information into an attribute on each dimension. The second function would then use the stored information to compare against the current state of the drawing and highlighting any dimensions that are different.

 

These post have a good discussion and examples using attributes:

http://adndevblog.typepad.com/manufacturing/2013/03/save-extra-data-in-inventor-file-2.html

http://modthemachine.typepad.com/my_weblog/2009/07/introduction-to-attributes.html

 

The CenterAllDimensions() example in the Inventor API demonstrates how to access dimensions from the Inventor API.

 

Thanks,

Wayne

 



Wayne Brill
Developer Technical Services
Autodesk Developer Network

0 Likes