Message 1 of 2
Stamping in inventor through coding

Not applicable
12-20-2018
09:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
how to implement stamping in inventor through coding in c#.net?
I want to implement stamping command in inventor like autocad stamping. you can refer the autocad stamping code belowStamping in autocad
add stamp to block
code in autocad for stamping1
2
3
4
5
6
7
How to do stamping in inventor through coding