aspose.cad 를 사용해서 fbx, stp, dwg, dwf, ifc 등의 캐드 파일을 gltf 3d모델링 파일로 변환하려고 합니다.
아래와 같은 예시를 사용했지만 결과물로써 69kb의 손상된 파일이 생성되었습니다(파일을 뷰어에서 열어볼수 없음). 혹시 이유를 알수있을까요?
using System.Collections;
using UnityEngine;
using Aspose.CAD;
using Aspose.CAD.ImageOptions;
public class AsposeExchanger : MonoBehaviour
{
void Start()
{
StartCoroutine(ConvertSTPToGLTF());
}
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.