Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Does anyone have a complete list of the default functions in Creo Schematics 2.0? I am trying to create a report that would output a group's sheet location using the location set information for the sheet but I can't determine what function call to use in my report.
Hi James,
The function you are looking for is : [dg_xref(-,/)]
Additional info on functions available in creo schematics "out of the box", can be found in the Help Center under the topic : "About Label Format Functions"
Regards,
Gaby
Gaby,
Thank you for your reply. I have tried that function but unfortuntately it does not give me the information in a format that I can use. Is there a customizable way to do it. Specifically I need to list the sheet, row, then column. I don't need the location set information.
Thanks,
Jim
Hi,
if you need to need list the sheets - you can use the sheet parameter .
if the location set in your design do not use sequential sheet numbering - [dg_xref(-,/)] will provide result with following format [locationset name]/[sheet name]-[column, row].
if you need more customizable way, i think you can do it using Java API
Gaby.