04.12.2012 Views

Windchill System Administrator's Guide

Windchill System Administrator's Guide

Windchill System Administrator's Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

2. In $WT_HOME\codebase\com\ptc\windchill\cadx\cfg\site\autoassociate.ini,<br />

modify the entry under [General] to read as follows:<br />

[General]<br />

PartFinder=com.ptc.windchill.cadx.autoassociate.<br />

CustomizedAutoAssociatePartFinderCreator<br />

3. Restart the method server<br />

Modifying the CAD Document IBA Value<br />

In $WT_HOME\codebase\com\ptc\windchill\cadx\cfg\site\autoassociate.ini, the<br />

default implementation specifies the following:<br />

SearchForPartAttribute=PARTNUMBER<br />

where PARTNUMBER is an attribute of the CAD document that is read<br />

programmatically to get the number of the part to be searched for. You can<br />

modify the attribute by doing the following:<br />

1. Create a new attribute (for example, MYATTRIBUTE) in <strong>Windchill</strong> using the<br />

Attribute Manager.<br />

Note: The attribute must be in upper case.<br />

2. In $WT_HOME\codebase\com\ptc\windchill\cadx\cfg\site\autoassociate.ini,<br />

modify the entry under [General] to read as follows:<br />

[General]<br />

SearchForPartAttribute=MYATTRIBUTE<br />

3. Restart the method server.<br />

Modifying the Implementation to Search for Customized Parts or Custom Parts<br />

When performing searches, the default implementation is to search for a WTPart.<br />

Note: When you create a customized part, its master must be WTPartMaster or a<br />

subclass of WTPartMaster. The customized part itself must be a WTPart or a<br />

subclass of WTPart.<br />

To customize the implementation to search for a customized part (for example,<br />

wt.part.MyCustomPartMaster), do the following:<br />

1. In $WT_HOME\codebase\com\ptc\windchill\cadx\cfg\site\autoassociate.ini,<br />

modify the entry under [General] to read as follows:<br />

[General]<br />

SearchPartMasterClass= wt.part.MyCustomPartMaster<br />

Customizing and Administrating Pro/ENGINEER Wildfire 10-19

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!