Anuncios

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

Post Variables to Setup Sheet

chrisYPL9Z
Contributor

Post Variables to Setup Sheet

chrisYPL9Z
Contributor
Contributor

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?

0 Me gusta
Responder
437 Vistas
2 Respuestas
Respuestas (2)

grandeurvox
Participant
Participant

<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
No aplicable

Hi

How can I pull file saved location in to setup sheet

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

 

thanks

Nish.

0 Me gusta