AutodeskForge中未检测到模型协调冲突
创始人
2024-11-12 11:00:40
0

要检测模型协调冲突,您可以使用Autodesk Forge的Design Automation API和Model Coordination API,使用以下代码片段:

Design Automation API:

const designAutomation = new Autodesk.Forge.DesignAutomation('v3', true);
const workItemsApi = new Autodesk.Forge.WorkItemsApi();
const appBundleApi = new Autodesk.Forge.AppBundleApi();
const activityApi = new Autodesk.Forge.ActivityApi();

//create an AppBundle
const appBundleSpec = {
    id: "testApp",
    engine: "Autodesk.AutoCAD+23",
    description: "test app bundle"
};

appBundleApi.postAppBundle(appBundleSpec)
.then(function(appBundle) { 
    console.log("AppBundle created with ID: " + appBundle.id);

    //create an Activity
    const activitySpec ={
        id: "testActivity",
        appbundles: [appBundleSpec.id],
        engine: "Autodesk.AutoCAD+23",
        description: "test activity"
    };

    activityApi.postActivity(activitySpec)
    .then(function(activity) { 
        console.log("Activity created with ID: " + activity.id);

        //create a WorkItem
        const workItemsSpec = {
            activityId: activity.id,
            arguments: {
                input: {
                    url: 'input url or your model with path'
                },
                output: {
                    url: 'output url or path'
                } 
            }
        };

        workItemsApi.postWorkItem(workItemsSpec)
        .then(function(workItem) { 
            console.log("WorkItem created with ID: " + workItem.id);

            //check the status of the WorkItem
            checkWorkItemStatus(workItem.id);
        });
    });
});

function checkWorkItemStatus(id) {
    workItemsApi.getWorkItem(id)
    .then(function(workItem) {
        if(workItem.status === 'success') {
            //your model is successfully processed
        }
        else if(workItem.status === 'failed') {
            //there is some issue with your model processing
        }
        else {
            //model is being processed
            setTimeout(checkWorkItemStatus(id), 2000); //check the workitem status every 2 seconds
        }

相关内容

热门资讯

第二分钟了解“南通长牌有挂吗”... 第二分钟了解“南通长牌有挂吗”详细开挂辅助方法-确实是真的挂1、玩家可以在南通长牌有挂吗软件透明挂俱...
4分钟了解“都莱辅助软件”详细... 4分钟了解“都莱辅助软件”详细开挂辅助教程-真是有挂1、用户打开应用后不用登录就可以直接使用,点击都...
1分钟了解“吉祥小程序填大坑辅... 1分钟了解“吉祥小程序填大坑辅助器”详细开挂辅助工具-其实真的有挂1、每一步都需要思考,不同水平的挑...
六分钟了解“陕西三代辅助”详细... 六分钟了解“陕西三代辅助”详细开挂辅助神器-切实真的是有挂1、点击下载安装,陕西三代辅助插件透视分类...
3分钟了解“闲娱江西脚本”详细... 3分钟了解“闲娱江西脚本”详细开挂辅助技巧-其实是有挂1、闲娱江西脚本机器人多个强度级别选择2、闲娱...
1分钟了解“黑侠破解约局吧”详... 1分钟了解“黑侠破解约局吧”详细开挂辅助技巧-原来是真的挂1、让任何用户在无需黑侠破解约局吧AI插件...
第5分钟了解“蜀山四川小程序辅... 第5分钟了解“蜀山四川小程序辅助挂视频”详细开挂辅助app-其实存在有挂1、让任何用户在无需蜀山四川...
两分钟了解“好友赣南能装挂吗”... 两分钟了解“好友赣南能装挂吗”详细开挂辅助攻略-切实是有挂好友赣南能装挂吗辅助器中分为三种模型:好友...
十分钟了解“欢聚水鱼透视器”详... 十分钟了解“欢聚水鱼透视器”详细开挂辅助攻略-本来是真的挂1、进入到欢聚水鱼透视器黑科技之后,能看到...
第1分钟了解“九酷众游辅助”详... 第1分钟了解“九酷众游辅助”详细开挂辅助app-其实真的有挂1、实时九酷众游辅助开挂更新:用户可以随...