iLogic trim centerline at countour option

iLogic trim centerline at countour option

yvandelafontaine
Advocate Advocate
659 Views
5 Replies
Message 1 of 6

iLogic trim centerline at countour option

yvandelafontaine
Advocate
Advocate

Hello all,

 

When I export a flat pattern there is the option to trim centerline at countour:

 

TrimCountour.JPG

 

When using the ilogic export option i cannot seem to find the option argument needed to put it a "True"

 

EX: sOut = "FLAT PATTERN DXF?AcadVersion=2000&RebaseGeometry=True&SimplifySplines=False&TrimCenterlineAtContour=True&OuterProfileLayer....

 

Anybody figured this one out yet?

0 Likes
Accepted solutions (2)
660 Views
5 Replies
Replies (5)
Message 2 of 6

sajith_subramanian
Autodesk Support
Autodesk Support
Accepted solution

Hi yvandelafontaine,

 

Unfortunately, that option is currently not available through the API.

 

Regards,

Sajith


Sajith Subramanian
Autodesk Developer Network
0 Likes
Message 3 of 6

Raider_71
Collaborator
Collaborator

Dear Autodesk. Can you please add this option into the API. This option has been added to Inventor 2015 or 2016 and the API was never updated to cater for this. PLEASE add it as its not complete.

 

Thank you!

 

0 Likes
Message 4 of 6

yvandelafontaine
Advocate
Advocate
0 Likes
Message 5 of 6

Raider_71
Collaborator
Collaborator

That is fantastic news thank you!

 

Just one question. How to use it...?

 

Would this work?

TrimCenterlineAtContour=True

or 

TrimCenterlinesAtContour=True

 

I cannot find any info in the API help...

Thanks again!

 

0 Likes
Message 6 of 6

Raider_71
Collaborator
Collaborator
Accepted solution

Ok for anyone else looking for an answer.

I presume this fix came in 2019 update 1. The correct string to use is: "&TrimCenterlinesAtContour=True"

 

Cheers