找回密码 注册 QQ登录
一站式解决方案

iCAx开思网

CAD/CAM/CAE/设计/模具 高清视频【积分说明】如何快速获得积分?快速3D打印 手板模型CNC加工服务在线3D打印服务,上传模型,自动报价
查看: 21498|回复: 4
打印 上一主题 下一主题

怎样在Windchill创建WTDocument

[复制链接]
跳转到指定楼层
1
发表于 2006-9-8 18:01:23 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多同行朋友,交流,分享,学习。

您需要 登录 才可以下载或查看,没有帐号?注册

x
求助:哪位高手知道在Windchill中怎样通过代码实现创建一个WTDocument并且挂接有文件
谢谢!!!
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 赞一下!赞一下!
2
发表于 2006-9-15 13:39:12 | 只看该作者
能否写的更详细一点。你是指开发还是应用
3
发表于 2006-9-15 13:40:05 | 只看该作者
能否写的更详细一点。你是指开发还是应用
4
发表于 2006-9-16 14:18:31 | 只看该作者
private static WTDocument createDocument(Persistable persistable, String directory, String filesname, String partnumber) throws WTException, PropertyVetoException, IOException {

        boolean flag = false;
        WTPart part = (WTPart) persistable;
        WTDocument document = getDocument(partnumber, part.getVersionIdentifier().getValue(), "1");
        if (document == null) {
            document = WTDocument.newWTDocument();
            //int j = IXBVersionHelper.getVersionIndex(part.getVersionIdentifier().getValue());
            Hashtable table = new Hashtable();
            table.put("name", part.getName() + "´òÓ¡Îĵµ");
            table.put("number", partnumber);
            table.put("type", "Document");
            table.put("version", part.getVersionIdentifier().getValue());
            table.put("iteration", "1");
            table.put("title", part.getName() + "´òÓ¡Îĵµ");
            table.put("department", "DESIGN");
            table.put("lifecycletemplate", "Default");
            table.put("lifecyclestate", "RELEASED");
            //table.put("domain","/Administrator");
            String partPath = part.getFolderPath();
            partPath = partPath.substring(0,partPath.lastIndexOf("/"));
            table.put("saveIn", partPath);
            Hashtable table1 = new Hashtable();
            Vector vector = new Vector();
            document = createDocumentObject(table, table1, vector, true);
            //document = (WTDocument) VersionControlHelper.service.newVersion(document, VersionIdentifier.newVersionIdentifier(IXBVersionHelper.getVersionSeries(j)), IterationIdentifier.newIterationIdentifier("1"));
            document = (WTDocument) PersistenceHelper.manager.save(document);
        }


        ApplicationData appData = ApplicationData.newApplicationData(document);
        //System.out.println("filesname---------"+filesname);
        appData.setFileName(filesname);
        FileInputStream in = new FileInputStream(directory + "/" + filesname);
        appData.setRole(ContentRoleType.PRIMARY);
        appData = ContentServerHelper.service.updateContent(document, appData, directory + "/" + filesname);

        return document;
    }
5
发表于 2006-11-6 17:54:16 | 只看该作者
请问,有哪位高人能解决以下问题,本人将不甚感激,!!
我们公司使用Windchill7.0 系统,在操作系统WINDOWS2000上可以进“产品信息管理器”
但在WIN XP PRO  上却进不了“产品信息管理器”,请问如何设置??
您需要登录后才可以回帖 登录 | 注册

本版积分规则

3D打印手板模型快速制作服务,在线报价下单!

QQ 咨询|手机版|联系我们|iCAx开思网  

GMT+8, 2024-12-22 22:10 , Processed in 0.025680 second(s), 15 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

快速回复 返回顶部 返回列表