FromFile
내용물
[
숨다
]FromFile(string, FileFormat, CancellationToken)
지정된 파일 형식을 사용하여 주어진 경로에서 장면을 엽니다.
public static Scene FromFile(string fileName, FileFormat format,
CancellationToken cancellationToken = default)
모수 | 유형 | 설명 |
---|---|---|
fileName | String | 파일 이름. |
format | FileFormat | 파일 형식. |
cancellationToken | CancellationToken | 로드 작업에 대한 취소 토큰 |
또한보십시오
- class FileFormat
- class Scene
- 네임스페이스 Aspose.ThreeD
- 집회 Aspose.3D
FromFile(string, LoadOptions, CancellationToken)
지정된 파일 형식을 사용하여 주어진 경로에서 장면을 엽니다.
public static Scene FromFile(string fileName, LoadOptions options,
CancellationToken cancellationToken = default)
모수 | 유형 | 설명 |
---|---|---|
fileName | String | 파일 이름. |
options | LoadOptions | 스트림을 여는 더 자세한 구성. |
cancellationToken | CancellationToken | 로드 작업에 대한 취소 토큰 |
또한보십시오
- class LoadOptions
- class Scene
- 네임스페이스 Aspose.ThreeD
- 집회 Aspose.3D
FromFile(string)
지정된 path 에서 장면을 엽니다.
public static Scene FromFile(string fileName)
모수 | 유형 | 설명 |
---|---|---|
fileName | String | 파일 이름. |
또한보십시오
- class Scene
- 네임스페이스 Aspose.ThreeD
- 집회 Aspose.3D
FromFile(string, CancellationToken)
지정된 path 에서 장면을 엽니다.
public static Scene FromFile(string fileName, CancellationToken cancellationToken)
모수 | 유형 | 설명 |
---|---|---|
fileName | String | 파일 이름. |
cancellationToken | CancellationToken | 로드 작업에 대한 취소 토큰 |
또한보십시오
- class Scene
- 네임스페이스 Aspose.ThreeD
- 집회 Aspose.3D