@MatrixRatrix wrote:
I try delete material on document:
var textures = doc.Materials; foreach (var item in textures) { doc.Materials.Delete(item); }
this does not permanently erase, when the .3dm file is opened again on another pc, all textures will be created from the embedded folder again.
I need delete permanently from document.
Thanks
Posts: 6
Participants: 2