Printing3DMultiplePropertyMaterial
Printing3DMultiplePropertyMaterial
Printing3DMultiplePropertyMaterial
Printing3DMultiplePropertyMaterial
Class
Definition
Represents a combination of properties and/or materials from the material groups specified in (MaterialGroupIndices ).
public : sealed class Printing3DMultiplePropertyMaterial : IPrinting3DMultiplePropertyMaterialpublic sealed class Printing3DMultiplePropertyMaterial : IPrinting3DMultiplePropertyMaterialPublic NotInheritable Class Printing3DMultiplePropertyMaterial Implements IPrinting3DMultiplePropertyMaterial// You can use this class in JavaScript.
- Attributes
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Graphics.Printing3D.Printing3DContract (introduced v1)
|
Remarks
Each multi-property material is defined by a combination of properties and/or materials that are listed in the specified material groups (MaterialGroupIndices ). Each combination is defined by listing the index of an item from one material group with the index of an item from a secondary material group. The combinations are specified in MultipleProperties, where the index values are specified in the same order as the material groups listed in MaterialGroupIndices.
This class corresponds to the <multi> element in the 3D Manufacturing Format (3MF) specification. For more info, see the 3MF Specification.
Constructors
Printing3DMultiplePropertyMaterial() Printing3DMultiplePropertyMaterial() Printing3DMultiplePropertyMaterial() Printing3DMultiplePropertyMaterial()
Creates an instance of the Printing3DMultiplePropertyMaterial class.
public : Printing3DMultiplePropertyMaterial()public Printing3DMultiplePropertyMaterial()Public Sub New()// You can use this method in JavaScript.
Properties
MaterialIndices MaterialIndices MaterialIndices MaterialIndices
Gets the indices of the properties and/or materials combined in the multi-property material. Each combination is defined by listing the index of an item from one material group with the index of an item from a secondary material group. The index values are specified in the same order as the material groups listed in MaterialGroupIndices.
public : IVector<uint> MaterialIndices { get; }public IList<uint> MaterialIndices { get; }Public ReadOnly Property MaterialIndices As IList<uint>// You can use this property in JavaScript.
- Value
- IVector<unsigned int> IList<uint> IList<uint> IList<uint>
The indices of the properties or materials combined in the multi-property.