Printing3DCompositeMaterial Klasse

Definition

Stellt ein zusammengesetztes Material dar, das durch eine Mischung aus Basismaterialien definiert wird.

public ref class Printing3DCompositeMaterial 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 Printing3DCompositeMaterial 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 Printing3DCompositeMaterial 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 Printing3DCompositeMaterial
[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 Printing3DCompositeMaterial
function Printing3DCompositeMaterial()
Public NotInheritable Class Printing3DCompositeMaterial
Vererbung
Object Platform::Object IInspectable Printing3DCompositeMaterial
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

Jeder Verbundwerkstoff wird durch eine Mischung aus Basismaterialien definiert, die in der angegebenen Basismaterialgruppe (MaterialGroupId) aufgeführt sind. Die Indexwerte möglicher Basismaterialien aus dieser Materialgruppe werden in MaterialIndices angegeben. Jede Mischung wird definiert, indem der Anteil der Gesamtmischung für jedes Grundmaterial (Werte zwischen 0 und 1) aufgeführt wird. Die Mischungen von Basismaterialien werden in Composites angegeben, wobei die Verhältniswerte in derselben Reihenfolge wie die Basismaterialien in MaterialIndices angegeben werden.

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

Konstruktoren

Printing3DCompositeMaterial()

Erstellt eine Instanz der Printing3DCompositeMaterial-Klasse .

Eigenschaften

Values

Ruft die Mischung von Basismaterialien ab, die im Zusammengesetzten Material verwendet werden. Jede Mischung wird definiert, indem der Anteil der Gesamtmischung für jedes Grundmaterial (Werte zwischen 0 und 1) aufgeführt wird.

Gilt für: