Printing3DObjectType 列挙型

定義

3D モデルのオブジェクトの関数を指定します。

public enum class Printing3DObjectType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Graphics.Printing3D.Printing3DContract, 65536)]
enum class Printing3DObjectType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Graphics.Printing3D.Printing3DContract), 65536)]
public enum Printing3DObjectType
var value = Windows.Graphics.Printing3D.Printing3DObjectType.model
Public Enum Printing3DObjectType
継承
Printing3DObjectType
属性

Windows の要件

デバイス ファミリ
Windows Desktop Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Graphics.Printing3D.Printing3DContract (v1.0 で導入)

フィールド

Model 0

3D モデルのコア コンポーネントとして機能します。

Others 2

他の容量の関数。

Support 1

サポート オブジェクトとして機能します。

注釈

この API は、3D 製造形式 (3MF) パッケージで使用するように設計されています。 3MF の詳細については、「 3MF 仕様」を参照してください。

適用対象