简体   繁体   English

Autodesk Forge Model Derivative API中的体积,面积和长度值

[英]Values for volume, area and length in Autodesk Forge Model Derivative API

I'm using Forge to extract data from Revit models (transformed to .nwc ). 我正在使用ForgeRevit模型中提取数据(已转换为.nwc )。 I call 我打电话

GET /modelderivative/v2/designdata/{urn}/metadata/{guid}/properties GET / modelderivative / v2 / designdata / {urn} / metadata / {guid} / properties

to get all properties of my model. 获取我模型的所有属性。 The problem is that for some reason values for volume, area and length for all Revit objects are now in the format "0.009 ft^3" , while before they all were just numbers. 问题在于,由于某些原因,所有Revit对象的体积,面积和长度值现在都为“ 0.009 ft ^ 3”格式,而在此之前它们都是数字。 What can be the reason for this? 这可能是什么原因? Is this an API change or the model is saved with some special parameters, etc.? 这是API更改还是使用某些特殊参数保存模型等?

Yes, this is a change because previously you could not tell the unit of any of the values. 是的,这是一个更改,因为以前您无法告诉单位任何值。 Now it's showing the values as you find them in the Viewer as well. 现在,它还显示了在查看器中找到的值。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Autodesk Forge模型衍生API:OBJ文件 - Autodesk Forge Model Derivative API: OBJ files Autodesk Forge model 衍生清单 api - Autodesk Forge model derivative manifest api Autodesk Forge Model 衍生 API - 类型和距离参数 - Autodesk Forge Model Derivative API - type and istance parameters Autodesk Forge-模型衍生API:Revit到.obj(基本) - Autodesk Forge - Model Derivative API: Revit to .obj (Basics) Autodesk Forge Model Derivative API:在 Autodesk Forge 衍生子项中找不到“图形”角色 - Autodesk Forge Model Derivative API: Can't not find 'graphics' role in autodesk forge derivatives children 如何将 Autodesk Model Derivative API 元数据中的 objectids 与 Forge Viewer 模型 dbids 匹配? - How to match objectids from Autodesk Model Derivative API metadata with Forge Viewer model dbids? Autodesk Forge 设计自动化/模型衍生 API - 查看器缓存 svf 文件 - Autodesk Forge Design Automation/Model Derivative API - Viewer caching svf file 是否可以使用Forge Model Derivative API从非Autodesk云存储服务转换(Revit)模型? - Is it possible to translate (Revit) models from non-Autodesk cloud storage services using Forge Model Derivative API? AutoDesk Forge:模型衍生API。 以XML提取Cobie数据(CobieLite格式) - AutoDesk Forge: Model Derivative API. Extract Cobie Data in XML (CobieLite Format) 如何在 Autodesk Forge 的 Model 衍生品 API 中找到 AutoCAD 文件上的“关闭”数量? - How can I find the number of “closures” on an autocad files in autodesk forge's Model Derivative API?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM