<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>PLM之家PLMHome-工业软件践行者 - Teamcenter二次开发</title>
    <link>http://plmhome.com/forum-TeamcenteDev-1.html</link>
    <description>Latest 20 threads of Teamcenter二次开发</description>
    <copyright>Copyright(C) PLM之家PLMHome-工业软件践行者</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 17 Jun 2026 01:52:32 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://plmhome.com/static/image/common/logo_88_31.gif</url>
      <title>PLM之家PLMHome-工业软件践行者</title>
      <link>http://plmhome.com/</link>
    </image>
    <item>
      <title>Teamcenter二次开发源码分享；判断当前用户是否为DBA</title>
      <link>http://plmhome.com/thread-164538-1-1.html</link>
      <description><![CDATA[Teamcenter二次开发源码分享；判断当前用户是否为DBA

[mw_shl_code=cpp,true]#include 

using namespace std;
using namespace Teamcenter::Core;

static logical isCurrentUserDba()
{
    LoggedInUser* loggedInUser = LoggedInUser::getInstance();

    logic ...]]></description>
      <category>Teamcenter二次开发</category>
      <author>admin</author>
      <pubDate>Sat, 08 Feb 2020 01:35:45 +0000</pubDate>
    </item>
    <item>
      <title>Teamcenter二次开发源码分享： 获取当前用户信息</title>
      <link>http://plmhome.com/thread-164537-1-1.html</link>
      <description><![CDATA[Teamcenter二次开发源码分享： 获取当前用户信息

[mw_shl_code=cpp,true]#include 
#include 
#include 
#include 

using namespace Teamcenter;
using namespace Core;
using namespace std;

static void reportCurrentLoginInfomation()
{
    int ifail = ITK_ok ...]]></description>
      <category>Teamcenter二次开发</category>
      <author>admin</author>
      <pubDate>Sat, 08 Feb 2020 01:34:22 +0000</pubDate>
    </item>
    <item>
      <title>Teamcenter二次开发源码分享：创建信封发送邮件</title>
      <link>http://plmhome.com/thread-164536-1-1.html</link>
      <description><![CDATA[Teamcenter二次开发源码分享：创建信封发送邮件

[mw_shl_code=cpp,true]#include 
#include 
#include 
#include 

#include 
#include 
#include 
#include 

using namespace std;
using namespace Teamcenter;
using Teamcenter::Main::logger;

static void creat ...]]></description>
      <category>Teamcenter二次开发</category>
      <author>admin</author>
      <pubDate>Sat, 08 Feb 2020 01:32:14 +0000</pubDate>
    </item>
    <item>
      <title>Teamcenter二次开发源码分享：获取下一个Item ID的方法</title>
      <link>http://plmhome.com/thread-164535-1-1.html</link>
      <description><![CDATA[Teamcenter二次开发源码分享：获取下一个Item ID的方法

[mw_shl_code=cpp,true]#include 

#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

using namespace std;
using Teamcenter::Main::logger;

int get_naming_rule_next_rev ...]]></description>
      <category>Teamcenter二次开发</category>
      <author>admin</author>
      <pubDate>Sat, 08 Feb 2020 01:29:34 +0000</pubDate>
    </item>
    <item>
      <title>Teamcenter二次开发源码分享： Revise 版本 升级版本方法</title>
      <link>http://plmhome.com/thread-164534-1-1.html</link>
      <description><![CDATA[Teamcenter二次开发源码分享： Revise 版本 升级版本方法


[mw_shl_code=cpp,true]#include 
#include 
#include 
#include 
#include 

#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
 .]]></description>
      <category>Teamcenter二次开发</category>
      <author>admin</author>
      <pubDate>Sat, 08 Feb 2020 01:27:38 +0000</pubDate>
    </item>
    <item>
      <title>Teamcenter二次开发源码分享： 创建Item Create Item方法</title>
      <link>http://plmhome.com/thread-164533-1-1.html</link>
      <description><![CDATA[Teamcenter二次开发源码分享： 创建Item Create Item方法

[mw_shl_code=cpp,true]#include 
#include 
#include 
#include 

#include 
#include 
#include 
#include 
#include 
#include 
#include 

using namespace std;
using namespace Teamcenter;
using Teamc .]]></description>
      <category>Teamcenter二次开发</category>
      <author>admin</author>
      <pubDate>Sat, 08 Feb 2020 01:26:33 +0000</pubDate>
    </item>
    <item>
      <title>teamcenter二次开发 判断当前对象是否被check out</title>
      <link>http://plmhome.com/thread-164326-1-1.html</link>
      <description><![CDATA[teamcenter二次开发 判断当前对象是否被check out
[mw_shl_code=cpp,true]#include 
#include 
#include 
#include 
#include 
#include 

using namespace std;
using namespace Teamcenter;

static logical is_instance_checked_out(tag_t object_tag)
{
    int i ...]]></description>
      <category>Teamcenter二次开发</category>
      <author>admin</author>
      <pubDate>Fri, 08 Feb 2019 05:39:12 +0000</pubDate>
    </item>
    <item>
      <title>Teamcenter二次开发C++判断当前用户是否为dba账户</title>
      <link>http://plmhome.com/thread-164325-1-1.html</link>
      <description><![CDATA[Teamcenter二次开发C++判断当前用户是否为dba账户

[mw_shl_code=cpp,true]#include 

using namespace std;
using namespace Teamcenter::Core;

static logical isCurrentUserDba()
{
    LoggedInUser* loggedInUser = LoggedInUser::getInstance();

    logical  ...]]></description>
      <category>Teamcenter二次开发</category>
      <author>admin</author>
      <pubDate>Fri, 08 Feb 2019 05:37:58 +0000</pubDate>
    </item>
    <item>
      <title>Teamenter SOA开发源码：通过user ID 找 User</title>
      <link>http://plmhome.com/thread-164247-1-1.html</link>
      <description><![CDATA[Teamenter SOA开发源码：通过user ID 找 User

[mw_shl_code=applescript,true]import com.teamcenter.services.strong.query.SavedQueryService;
import com.teamcenter.services.strong.query._2006_03.SavedQuery.GetSavedQueriesResponse;
import com.teamcenter.s ...]]></description>
      <category>Teamcenter二次开发</category>
      <author>admin</author>
      <pubDate>Mon, 08 Oct 2018 17:46:46 +0000</pubDate>
    </item>
    <item>
      <title>Teamcenter SOA开发源码： 打印对象信息</title>
      <link>http://plmhome.com/thread-164246-1-1.html</link>
      <description><![CDATA[Teamcenter SOA开发源码： 打印对象信息


[mw_shl_code=java,true]import com.teamcenter.clientx.AppXSession;
import com.teamcenter.services.strong.core.DataManagementService;
import com.teamcenter.soa.client.model.ServiceData;
import com.teamcenter.soa ...]]></description>
      <category>Teamcenter二次开发</category>
      <author>admin</author>
      <pubDate>Mon, 08 Oct 2018 17:45:31 +0000</pubDate>
    </item>
    <item>
      <title>Teamcenter二次开发源码分享：获取对象显示名</title>
      <link>http://plmhome.com/thread-164185-1-1.html</link>
      <description><![CDATA[Teamcenter二次开发源码分享：获取对象显示名


[mw_shl_code=cpp,true]#include 
#include 

#include 
#include 
#include 

using namespace std;
using namespace Teamcenter;

static int ask_property_display_name_by_type(const char * type_name, const char  ...]]></description>
      <category>Teamcenter二次开发</category>
      <author>admin</author>
      <pubDate>Mon, 20 Aug 2018 00:13:21 +0000</pubDate>
    </item>
    <item>
      <title>tc soa执行待办时报以下错有人知道怎么解决吗，谢谢！</title>
      <link>http://plmhome.com/thread-22002-1-1.html</link>
      <description><![CDATA[Partial Errors caught in com.teamcenter.clientx.TcWebPartialErrorListener.
Partial Error for 
    Code: 33083]]></description>
      <category>Teamcenter二次开发</category>
      <author>tr1314qq</author>
<enclosure url="/forum/Business rules for handler \'EPM-hold\' on action \'Complete\' in task \'Master Document Control\' are not met." length="" type="image/jpeg" />      <pubDate>Tue, 03 Apr 2018 04:45:26 +0000</pubDate>
    </item>
    <item>
      <title>使用SOA执行待办至下一步</title>
      <link>http://plmhome.com/thread-22001-1-1.html</link>
      <description><![CDATA[各位大神，请问有使用SOA执行待办的案例吗，能否共享一下。]]></description>
      <category>Teamcenter二次开发</category>
      <author>tr1314qq</author>
      <pubDate>Tue, 03 Apr 2018 03:08:29 +0000</pubDate>
    </item>
    <item>
      <title>关于Teamcenter二次开发java发流程</title>
      <link>http://plmhome.com/thread-21954-1-1.html</link>
      <description><![CDATA[请教关于Teamcenter二次开发java发起流程怎么添加资源的？]]></description>
      <category>Teamcenter二次开发</category>
      <author>17557285242</author>
      <pubDate>Mon, 12 Mar 2018 00:34:43 +0000</pubDate>
    </item>
    <item>
      <title>Teamcenter11结合VS2012二次开发ITK模板分享</title>
      <link>http://plmhome.com/thread-6335-1-1.html</link>
      <description><![CDATA[Teamcenter11结合VS2012二次开发ITK模板分享


模板方便快速创建ITK编译环境，用法如下：
使用很简单，解压模板到 C:\\Program Files (x86)\\Microsoft Visual Studio 11.0\\VC\\vcprojects 目录即可。
新建项目到VC++可以看到模板如下，直接点击完成

注意切换到X64模式下 ...]]></description>
      <category>Teamcenter二次开发</category>
      <author>admin</author>
      <pubDate>Mon, 27 Nov 2017 04:15:21 +0000</pubDate>
    </item>
    <item>
      <title>Teamcenter 二次开发 ITK 函数常见类型说明</title>
      <link>http://plmhome.com/thread-6334-1-1.html</link>
      <description><![CDATA[tag_t data type
]]></description>
      <category>Teamcenter二次开发</category>
      <author>admin</author>
      <pubDate>Mon, 27 Nov 2017 02:20:08 +0000</pubDate>
    </item>
    <item>
      <title>Teamcenter 二次开发  ITK 函数规则说明</title>
      <link>http://plmhome.com/thread-6333-1-1.html</link>
      <description><![CDATA[ITK函数格式
intmodule_verb_class_modifier(
consttype variable-name[dimension] /* [I/O/OF] */ );
Include Files
头文件在 %TC_ROOT%\\include文件夹
文件名为 .h或 .h
所有 ITK程序必须#include ，其他头文件则视程序需要
ITK帮助档
Integration Toolkit Programmer ...]]></description>
      <category>Teamcenter二次开发</category>
      <author>admin</author>
      <pubDate>Mon, 27 Nov 2017 02:19:07 +0000</pubDate>
    </item>
    <item>
      <title>Teamcenter ITK 移除 tc/tc.h 头文件</title>
      <link>http://plmhome.com/thread-5552-1-1.html</link>
      <description><![CDATA[从 TC10后，这个头文件移除，
如果调用 ITK_init_from_cpp, ITK__initialize_tc, 
ITK_init_module, ITK_auto_login  使用头文件  #include . 

其他的调用这个  #include 



It will be removed from Tc10. 
Code that calls one of these methods, ITK_init_from_cpp ...]]></description>
      <category>Teamcenter二次开发</category>
      <author>admin</author>
      <pubDate>Wed, 22 Nov 2017 09:22:23 +0000</pubDate>
    </item>
    <item>
      <title>Teamcenter二次开发源码分享： 报告用户登录信息</title>
      <link>http://plmhome.com/thread-5545-1-1.html</link>
      <description><![CDATA[Teamcenter二次开发源码分享： 报告用户登录信息


Teamcenter c++ 方式：


#include 
#include 
#include 
#include 


using namespace Teamcenter;
using namespace Core;
using namespace std;


static void reportCurrentLoginInfomation()
{
    int ifail = IT ...]]></description>
      <category>Teamcenter二次开发</category>
      <author>admin</author>
      <pubDate>Mon, 20 Nov 2017 05:49:47 +0000</pubDate>
    </item>
    <item>
      <title>谁有开发过这个override Teamcenter commands 求教。。</title>
      <link>http://plmhome.com/thread-4491-1-1.html</link>
      <description><![CDATA[谁有开发过这个override Teamcenter commands 求教。。



   ]]></description>
      <category>Teamcenter二次开发</category>
      <author>chris</author>
      <pubDate>Thu, 02 Nov 2017 08:23:56 +0000</pubDate>
    </item>
  </channel>
</rss>