Printing3DMultiplePropertyMaterial Klasse

Definition

Stellt eine Kombination von Eigenschaften und/oder Materialien aus den in (MaterialGroupIndices) angegebenen Materialgruppen dar.

public ref class Printing3DMultiplePropertyMaterial sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Graphics.Printing3D.Printing3DContract)]
/// [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 Printing3DMultiplePropertyMaterial final
/// [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)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Graphics.Printing3D.Printing3DContract")]
class Printing3DMultiplePropertyMaterial final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Graphics.Printing3D.Printing3DContract))]
[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 Printing3DMultiplePropertyMaterial
[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)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Graphics.Printing3D.Printing3DContract")]
public sealed class Printing3DMultiplePropertyMaterial
function Printing3DMultiplePropertyMaterial()
Public NotInheritable Class Printing3DMultiplePropertyMaterial
Vererbung
Object Platform::Object IInspectable Printing3DMultiplePropertyMaterial
Attribute

Windows-Anforderungen

Gerätefamilie
Windows Desktop Extension SDK (eingeführt in 10.0.10240.0)
API contract
Windows.Graphics.Printing3D.Printing3DContract (eingeführt in v1.0)

Hinweise

Jedes Material mit mehreren Eigenschaften wird durch eine Kombination von Eigenschaften und/oder Materialien definiert, die in den angegebenen Materialgruppen (MaterialGroupIndices) aufgeführt sind. Jede Kombination wird definiert, indem der Index eines Elements aus einer Materialgruppe mit dem Index eines Elements aus einer sekundären Materialgruppe aufgelistet wird. Die Kombinationen werden in MultipleProperties angegeben, wobei die Indexwerte in derselben Reihenfolge wie die in MaterialGroupIndices aufgeführten Materialgruppen angegeben werden.

Diese Klasse entspricht dem <multi> -Element in der Spezifikation 3D Manufacturing Format (3MF). Weitere Informationen finden Sie in der 3MF-Spezifikation.

Konstruktoren

Printing3DMultiplePropertyMaterial()

Erstellt eine Instanz der Printing3DMultiplePropertyMaterial-Klasse .

Eigenschaften

MaterialIndices

Ruft die Indizes der Eigenschaften und/oder Materialien ab, die im Material mit mehreren Eigenschaften kombiniert sind. Jede Kombination wird definiert, indem der Index eines Elements aus einer Materialgruppe mit dem Index eines Elements aus einer sekundären Materialgruppe aufgelistet wird. Die Indexwerte werden in derselben Reihenfolge wie die in MaterialGroupIndices aufgeführten Materialgruppen angegeben.

Gilt für: