Guys,
I am wondering if there is a way to accomplish this in my hint map file. I want to use one proe model to represent many ecad parts on my board. Sounds simple, but I would prefer only one entry in the "ecad_hint.map" file.
For example, I am looking for something like this, but have no idea if it is possible and what the specific syntax would be. Thought I would ask before trying to test out different possible syntax combinations.
/* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:"; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} p.MsoPlainText, li.MsoPlainText, div.MsoPlainText {margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Courier New"; mso-fareast-font-family:"Times New Roman";} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;}#map_objects_by_name->ECAD_NAME "X01" "X02" "X03"
ECAD_ALT_NAME "ECAD_TYPE "MCAD_NAME "X-ALL"MCAD_TYPE "part"MCAD_LAYER "END#
Without a condensed entry format of some sort, I would have to have three individual entries like this:
#map_objects_by_name->ECAD_NAME "X01"
ECAD_ALT_NAME "ECAD_TYPE "MCAD_NAME "X-ALL"MCAD_TYPE "part"MCAD_LAYER "END#map_objects_by_name->ECAD_NAME "X02"
ECAD_ALT_NAME "ECAD_TYPE "MCAD_NAME "X-ALL"MCAD_TYPE "part"MCAD_LAYER "END#map_objects_by_name->ECAD_NAME "X03"
ECAD_ALT_NAME "ECAD_TYPE "MCAD_NAME "X-ALL"MCAD_TYPE "part"MCAD_LAYER "END#
Any guidance you can give is appreciated.
Andy B.
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.