Print3DManager 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
3D 인쇄 환경을 만듭니다.
public ref class Print3DManager sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Graphics.Printing3D.Printing3DContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class Print3DManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Graphics.Printing3D.Printing3DContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class Print3DManager
Public NotInheritable Class Print3DManager
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows Desktop Extension SDK (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Graphics.Printing3D.Printing3DContract (v1.0에서 도입되었습니다.)
|
설명
이 API는 3D 제조 형식(3MF) 패키지와 함께 사용하도록 설계되었습니다. 3MF에 대한 자세한 내용은 3MF 사양참조하세요.
메서드
GetForCurrentView() |
3D 인쇄 관리자를 가져옵니다. |
ShowPrintUIAsync() |
프로그래밍 방식으로 3D 인쇄 사용자 인터페이스를 시작합니다. |
이벤트
TaskRequested |
새 3D 인쇄 작업이 만들어질 때 발생합니다. |
적용 대상
추가 정보
- Unity 샘플에서 3D 인쇄 (Windows 10)