Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I would like to create a block in Autocad, by using an ACIS (.sat) file.
I would like to do this with the use of Autocad NET API.
Is there a sample code I can follow?
I found an older example of how .sat file can be imported.
However, I am getting an error 'eNotInDatabase' on the line:
tran.AddNewlyCreatedDBObject(ACISEntity, true);
Does anyone have any suggestion, how I can create a block from a .sat file?
Any help is appreciated. Thank you in advance.
Solved! Go to Solution.