Decode
Decode(string, PlyLoadOptions)
지정된 스트림에서 포인트 클라우드 또는 메쉬를 디코딩합니다.
public Geometry Decode(string fileName, PlyLoadOptions opt = null)
모수 | 유형 | 설명 |
---|---|---|
fileName | String | 입력 스트림 |
opt | PlyLoadOptions | PLY 형식의 로드 옵션 |
반환 값
ㅏMesh
또는PointCloud
사례
또한보십시오
- class Geometry
- class PlyLoadOptions
- class PlyFormat
- 네임스페이스 Aspose.ThreeD.Formats
- 집회 Aspose.3D
Decode(Stream, PlyLoadOptions)
지정된 스트림에서 포인트 클라우드 또는 메쉬를 디코딩합니다.
public Geometry Decode(Stream stream, PlyLoadOptions opt = null)
모수 | 유형 | 설명 |
---|---|---|
stream | Stream | 입력 스트림 |
opt | PlyLoadOptions | PLY 형식의 로드 옵션 |
반환 값
ㅏMesh
또는PointCloud
사례
또한보십시오
- class Geometry
- class PlyLoadOptions
- class PlyFormat
- 네임스페이스 Aspose.ThreeD.Formats
- 집회 Aspose.3D