Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

chrisYPL9Z
435 Vistas, 2 Respuestas

Post Variables to Setup Sheet

I'm trying to pull post variables from my part file to the setup sheet addin. The reference does not have any tags associated to pvar's so would I need to do a change to the addin itself in order for it to pull those variables?

grandeurvox
en respuesta a: chrisYPL9Z

<setup-sheet-title> = <p1>. Here i am not sure, but was something like this.

{fm.file_name}

{fm.title}

{fm.company}
{fm.part_num}
{fm.note1}

{fm.revision}
{fm.note2}

These are also variants.

 

You useand {fm.file_name} in setup sheet, where needed

You can use and progname variable <PROG-NAME> with {fm.file_name} in sheet.

Anonymous
en respuesta a: grandeurvox

Hi

How can I pull file saved location in to setup sheet

( Eg:C:\\ CAM\Project1\abcd.fm )

 

thanks

Nish.