Custom_ModelManager.htm文件内容:
Customization of Model Manager for Part Library
1.extract the zip file: partlibrary_modelmanager_custom.zip
2.the file contains 2 files for the Model Manager client
copy the jar and the lib files to your <C:\Program
Files\CoCreate\Shared\Model
Manager 2007>
3.Add to your custom xml-file for Model Manager in
C:\Documents and Settings\<user>\Application Data\CoCreate\Model
Manager\15.50
(example see example_partlib.xml)
the following lines in the <Handlers> section:
<OSDHandler>Ts_catalog_exists_sdp_version
4.Configurable class and attribute names
if your class- and/or attribute-names differ from the default
ModelManager
configuration you can add the new configuration section
TSMMCatalog to your
custom-xml file. The section itself is optional and all tags
inside are also
optional. The following tags can be specified:
sdpVersionField ... The name of the SDP_VERSION field in the
library3DClassName class.
partClassName ... The name of the part class.
library3DClassName ... The name of the library class.
model3DClassName ... The name of the model class.
nameAttrib ... The name of the name attribute.
versionAttrib ... The name of the version attribute.
5.Activate ModelManager with the settings above and the new
customization
xml-file
6.Activate Part-Library
7.If the ModelManager database does not have already the attribute
SDP-Version
you have to add this new attribute to the database schema.
To do this you have to enter: ts-catalog-update-mm
You need database administration rights to perform this change.
8.If the previous step fails, you can
use the classic client to add an 8 character attribute
SDP_VERSION, or
update the database schema to 15.00A or later, or
use the Model Manager administration client to add a string
attribute
SDP_VERSION.
9.If you like to distribute the changes to all users, you have to
run the
mmbuild.bat file in the clntwin directory of your server
installation this
will create a ModelManagerSetup.exe file that contains also Part-
Library
customization and put it on the SDS on your system. This will
overwrite an
existing ModelManagerSetup.exe file. So you might want to make a
backup copy.
二个说明文件在附件里。