将 .rvt 转换为 .svf 时缺少 3d 视图
3d views missing when translating .rvt to .svf
今天我试图将 运行 一个 .rvt
文件写入 .svf
。我只想 t运行slate 3d 视图。然而,作业的输出只是 2d 视图,而不是预期的 3d 视图。几分钟前,我在一个类似的文件上使用相同的参数 运行 这个过程,它按预期工作。
据我了解,如果我指定 "type":"svf"
和 "views":["3d"]
,那么作业应该只有 return 3d 导数,但事实并非如此。我在这里遗漏了什么吗?
模型导数Post主体
{
"input": {
"urn": "dXJuOmFk...sucnZ0"
},
"output": {
"formats": [
{
"type": "svf",
"views": [
"3d"
]
}
]
}
}
模型导数响应200 OK
{
"result": "success",
"urn": "dXJuOmFk...sucnZ0",
"acceptedJobs": {
"output": {
"formats": [
{
"type": "svf",
"views": [
"3d"
]
}
]
}
}
}
模型衍生清单结果
{
"type": "manifest",
"hasThumbnail": "true",
"status": "success",
"progress": "complete",
"region": "US",
"urn": "dXJuOmFk...sucnZ0",
"version": "1.0",
"derivatives": [
{
"name": "00000_AnyCity_P12_LC_EQK.rvt",
"hasThumbnail": "true",
"status": "success",
"progress": "complete",
"outputType": "svf",
"children": [
{
"guid": "6fac95cb-af5d-3e4f-b943-8a7f55847ff1",
"type": "resource",
"role": "Autodesk.CloudPlatform.PropertyDatabase",
"urn": "urn:adsk.viewing:fs.file:dXJuOmFk...sucnZ0/output/Resource/model.sdb",
"mime": "application/autodesk-db",
"status": "success"
},
{
"guid": "9a5308f5-16b3-4497-ba36-c22d6f1381bf-00507cc3",
"type": "geometry",
"role": "2d",
"name": "K-601L - ELECTRICAL ROUGH-IN ELEVATIONS",
"viewableID": "9a5308f5-16b3-4497-ba36-c22d6f1381bf-00507cc3",
"phaseNames": "New Construction",
"ViewSets": "Set 1 LRG",
"status": "success",
"progress": "complete",
"properties": {
"Print Setting": {
"Layout": "Landscape",
"Paper size": "ISO A4, 210 x 297 mm"
}
},
"hasThumbnail": "true",
"children": [
...
]
},
...
{
"guid": "9a5308f5-16b3-4497-ba36-c22d6f1381bf-00507cf9",
"type": "geometry",
"role": "2d",
"name": "K-212L - ENLARGED EQUIPMENT FLOOR PLAN",
"viewableID": "9a5308f5-16b3-4497-ba36-c22d6f1381bf-00507cf9",
"phaseNames": "New Construction",
"ViewSets": "Set 1 LRG",
"status": "success",
"progress": "complete",
"properties": {
"Print Setting": {
"Layout": "Landscape",
"Paper size": "ISO A4, 210 x 297 mm"
}
},
"hasThumbnail": "true",
"children": [
...
]
}
]
},
{
"status": "success",
"progress": "complete",
"outputType": "thumbnail",
"children": [
...
]
}
]
}
您需要明确指定要在翻译中包含哪些 3D 视图。
这是通过在 C4R UI 中选择它们来完成的,如以下博客文章所述:
- Selecting RVT 3D Views for Forge Translation
- Roomedit3d Update for Connecting Desktop and Forge
- NuGet Package Update, Rooms and Views in Forge
今天我试图将 运行 一个 .rvt
文件写入 .svf
。我只想 t运行slate 3d 视图。然而,作业的输出只是 2d 视图,而不是预期的 3d 视图。几分钟前,我在一个类似的文件上使用相同的参数 运行 这个过程,它按预期工作。
据我了解,如果我指定 "type":"svf"
和 "views":["3d"]
,那么作业应该只有 return 3d 导数,但事实并非如此。我在这里遗漏了什么吗?
模型导数Post主体
{
"input": {
"urn": "dXJuOmFk...sucnZ0"
},
"output": {
"formats": [
{
"type": "svf",
"views": [
"3d"
]
}
]
}
}
模型导数响应200 OK
{
"result": "success",
"urn": "dXJuOmFk...sucnZ0",
"acceptedJobs": {
"output": {
"formats": [
{
"type": "svf",
"views": [
"3d"
]
}
]
}
}
}
模型衍生清单结果
{
"type": "manifest",
"hasThumbnail": "true",
"status": "success",
"progress": "complete",
"region": "US",
"urn": "dXJuOmFk...sucnZ0",
"version": "1.0",
"derivatives": [
{
"name": "00000_AnyCity_P12_LC_EQK.rvt",
"hasThumbnail": "true",
"status": "success",
"progress": "complete",
"outputType": "svf",
"children": [
{
"guid": "6fac95cb-af5d-3e4f-b943-8a7f55847ff1",
"type": "resource",
"role": "Autodesk.CloudPlatform.PropertyDatabase",
"urn": "urn:adsk.viewing:fs.file:dXJuOmFk...sucnZ0/output/Resource/model.sdb",
"mime": "application/autodesk-db",
"status": "success"
},
{
"guid": "9a5308f5-16b3-4497-ba36-c22d6f1381bf-00507cc3",
"type": "geometry",
"role": "2d",
"name": "K-601L - ELECTRICAL ROUGH-IN ELEVATIONS",
"viewableID": "9a5308f5-16b3-4497-ba36-c22d6f1381bf-00507cc3",
"phaseNames": "New Construction",
"ViewSets": "Set 1 LRG",
"status": "success",
"progress": "complete",
"properties": {
"Print Setting": {
"Layout": "Landscape",
"Paper size": "ISO A4, 210 x 297 mm"
}
},
"hasThumbnail": "true",
"children": [
...
]
},
...
{
"guid": "9a5308f5-16b3-4497-ba36-c22d6f1381bf-00507cf9",
"type": "geometry",
"role": "2d",
"name": "K-212L - ENLARGED EQUIPMENT FLOOR PLAN",
"viewableID": "9a5308f5-16b3-4497-ba36-c22d6f1381bf-00507cf9",
"phaseNames": "New Construction",
"ViewSets": "Set 1 LRG",
"status": "success",
"progress": "complete",
"properties": {
"Print Setting": {
"Layout": "Landscape",
"Paper size": "ISO A4, 210 x 297 mm"
}
},
"hasThumbnail": "true",
"children": [
...
]
}
]
},
{
"status": "success",
"progress": "complete",
"outputType": "thumbnail",
"children": [
...
]
}
]
}
您需要明确指定要在翻译中包含哪些 3D 视图。
这是通过在 C4R UI 中选择它们来完成的,如以下博客文章所述:
- Selecting RVT 3D Views for Forge Translation
- Roomedit3d Update for Connecting Desktop and Forge
- NuGet Package Update, Rooms and Views in Forge