Community
Vault Forum
Welcome to Autodesk’s Vault Forums. Share your knowledge, ask questions, and explore popular Vault topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Publish

2 REPLIES 2
Reply
Message 1 of 3
trafo2009
286 Views, 2 Replies

Publish

Hello ,


I am programming in C # and add the design does not generate the Thumbnail DWG and DWF neither, so I have to enter the product stream and click the Update button.

have any command via API to make the publication?

Code add File:

DocumentoAdd = docSvc.AddFile(folder.Id, filePath, "Arquivo Adicionado",
System.IO.File.GetLastWriteTime(filePath), null, null, null, null, null , DocReference.FileClassification.None, false, bytes);

Att.,

Darcy
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: trafo2009

Let me repeat your question to make sure I understand.
You are adding in a file through the API and it's not creating the DWF and
DWG thumbnail file. These files get created when you add a file through the
CAD plug-in.

ADMS does not generate any files. So if you want a DWF to go with your
design file, you need to generate the DWF yourself and add it to
Vault/Productstream.

In Vault Collaboration and Vault Manufacturing 2010, there is an additional
option. If you have the job serviece set up, you can add a DWF generate job
instead of creating the DWF yourself.


Doug Redmond
Software Engineer, Autodesk Inc.
Message 3 of 3
trafo2009
in reply to: trafo2009

so so,

Doug: You are adding in a file through the API and it's not creating the DWF and DWG thumbnail file.
Doug: These files get created when you add a file through the CAD plug-in.
Darcy: how create this files? because if this files not create , the web user has installed Autocad.


att.,

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report