corner seam

corner seam

Anonymous
Not applicable
520 Views
4 Replies
Message 1 of 5

corner seam

Anonymous
Not applicable

Can somebody tell me if i can control the Maximum Gap Distance and Face/Edge Distance in the Corner Seam by iLogic.

I want to change between those two in different styles.

Something like this?

If currentStyle = "Kemi_0.6" Then
   Face/Edge Distance = treu
 If currentStyle = "Kemi_0.6" Then
   Parameter("overlap") = 0.8 ul

 

see also my  topic:http://forums.autodesk.com/t5/Autodesk-Inventor-Customization/control-Corner-Seam/td-p/3727484

 

0 Likes
521 Views
4 Replies
Replies (4)
Message 2 of 5

xiaodong_liang
Autodesk Support
Autodesk Support

Hi,

 

please do not mind I jump into your question again. As suggested in the other post, you could use Inventor API to access CornerDefinition in which the properties/settings are available. such as CornerDefinition.CornerDefinitionType. I attached a snapshot of the API help reference.

0 Likes
Message 3 of 5

Anonymous
Not applicable

where can i find the api reference, i work with inventor 2013.

Is it a help file i can find in Inventor?

0 Likes
Message 4 of 5

xiaodong_liang
Autodesk Support
Autodesk Support

you can find it at

 

C:\Program Files\Autodesk\Inventor 2013\Local Help\admapi_17_0.chm

0 Likes
Message 5 of 5

Anonymous
Not applicable

Thanks, i will look into it.

0 Likes