Good morning, according to you you can save a draft view dfx whose rescue name is preceded by a serial of a specific design property, and make it always do it automatically? Thank you.
you need to write a small program; something like that:
Code:
dim objapp as solidedgeframework.application
dim objdft as solidedgedraft.draftdocument
objapp = getobject(,"solidedge.application")
objdft = objapp.activedocument
objdft.saveas(objdft.summaryinfo.projectname & "_" & objdft.name)