CREO二次开发工具汇总
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
CREO 二次开发语言归纳
Protk Pro/E 二次开发工具包
Protoolkit C语言开发工具包
Creo Parametric TOOLKIT is the C-language customization toolkit for PTC Creo Parametric. It provides customers and third-parties the ability to expand PTC Creo Parametric capabilities by writing C-language code and seamlessly integrating the resulting application into PTC Creo Parametric. It provides a large library of C functions that enables the external application to access the PTC Creo Parametric database and user interface in a controlled and safe manner.
PTC Creo Parametric TOOLKIT is aimed at software engineers with experience in C programming. They should also be trained in the basic use of PTC Creo Parametric.
Weblink JavaScript开发工具包Web开发工具包
This manual describes how to use Web.Link, a tool that links the World Wide Web (WWW, or Web) to PTC Creo Parametric, enabling you to use the Web as a tool to automate and streamline parts of your engineer ingprocess.
This manual assumes you have the following knowledge:
• PTC Creo Parametric
• HTML
• JavaScript
Jlink Java语言开发工具包
This manual describes how to use J-Link, a Java language toolkit for PTC Creo Parametric. J-Link makes possible the development of Java programs that access the internal components of a PTC Creo Parametric session, to customize PTC Creo Parametric models.
This manual assumes you have the following knowledge:
• PTC Creo Parametric
• The syntax and language structure of Java.
Otk 面向对象开发工具包
object_toolkit_java_user Java 面向对象开发工具包
This manual describes how to use PTC Creo Object TOOLKIT Java, an object based Java toolkit API for PTC Creo Parametric and PTC Creo Direct. PTC Creo Object TOOLKIT Java makes possible the development of Java programs that access the internal components of a PTC Creo session, to customize PTC Creo models.
This manual assumes you have the following knowledge:
• PTC Creo Parametric
• PTC Creo Direct
• The syntax and language structure of Java.
In future, the methods of PTC Creo Object TOOLKIT Java will be enhanced to extend support to all PTC Creo applications.
object_toolkit_user C++ 面向对象开发工具包
This manual describes how to use PTC Creo Object TOOLKIT C++, an object based C++
toolkit API for PTC Creo Parametric and PTC Creo Direct. PTC Creo Object TOOLKIT C++ makes possible the development of C++ programs that access the internal components of a PTC Creo session, to customize PTC Creo models.
This manual assumes you have the following knowledge:
• PTC Creo Parametric
• PTC Creo Direct
• The syntax and language structure of C++.
Domains of PTC Creo Object TOOLKIT Java
PTC Creo Object TOOLKIT Java consists of the following domains:
•pfc—This domain provides classes that support basic functionality.
•wfc—This domain provides classes that support advanced functionality.
•uifc—This domain provides classes that allow you to create user interface components. Refer to the PTC Creo UI Editor User’s Guide, for more information on how to create and customize the user interface components.
PTC Creo Object TOOLKIT Java Compatibility with J-Link