• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

added file dxf

  • Thread starter Thread starter abro
  • Start date Start date

abro

Guest
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)
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top