MVH 发表于 2016-3-15 14:22

patran帮助文件的路径设置问题

本帖最后由 MVH 于 2016-3-15 14:25 编辑

发现只有MSC.PATRAN.V2007.R2-MAGNiTUDE里面有帮助文件,于是安装之后把helpfiles文件夹全部考出,其中包括html版和pdf版本。

然后安装2008,不过这是需要连接路径了。

Documentation
Patran documentation exists in P3_HOME in the helpfiles directory. Both PDF and HTML versions exist. The latest available documentation for MSC Nastran and Marc are also available in PDF format if unloaded from the delivery media. Patran’s context sensitive help system is accessed by pressing the F1 key for the currently active form. The HTML based help system should work automatically (in the patran.pl file in P3_HOME\bin). Check the following variables if not.

Variable
Description
P3_HELP_MODE
Set this to “2” to indicate the HTML helpfile system is to be used.
P3_BRW_HELP
Set this to the location of the browser you wish to use, e.g., C:\Program Files\Internet Explorer\iexplore.exe
P3_HELP_DIRECTORY
Set this to the location of the HTML helpfile system, e.g., $P3_HOME\helpfiles\html_patran\
什么意思呢?找到对应行(注意是单引号和双反斜杠)

setEnv('P3_HELP_DIRECTORY','E:\\MSC.Software\\Patran\\2008_r1\\helpfiles\\html_patran\\');

setEnv('P3_HELP_MODE','2');

setEnv('P3_BRW_HELP','C:\Program Files\Internet Explorer\iexplore.exe');

然后就可以了,嗷嗷的。就是帮助文件有点大。1个多G

转自:http://ecare.blog.sohu.com/142320587.html
页: [1]
查看完整版本: patran帮助文件的路径设置问题