Printing3DBaseMaterial Printing3DBaseMaterial Printing3DBaseMaterial Printing3DBaseMaterial Class

Definition

Represents the base material used for manufacturing certain objects in the 3D model.

public : sealed class Printing3DBaseMaterial : IPrinting3DBaseMaterialpublic sealed class Printing3DBaseMaterial : IPrinting3DBaseMaterialPublic NotInheritable Class Printing3DBaseMaterial Implements IPrinting3DBaseMaterial// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Graphics.Printing3D.Printing3DContract (introduced v1)

Remarks

The Printing3DBaseMaterial class corresponds to the <base> element in the 3D Manufacturing Format (3MF) specification. For more info, see the 3MF Specification.

Constructors

Printing3DBaseMaterial() Printing3DBaseMaterial() Printing3DBaseMaterial() Printing3DBaseMaterial()

Creates an instance of the Printing3DBaseMaterial class.

public : Printing3DBaseMaterial()public Printing3DBaseMaterial()Public Sub New()// You can use this method in JavaScript.

Properties

Abs Abs Abs Abs

Gets the name the acrylonitrile butadiene styrene (ABS) thermoplastic used in the base material.

public : static PlatForm::String Abs { get; }public static string Abs { get; }Public Static ReadOnly Property Abs As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name the ABS thermoplastic used in the base material.

Color Color Color Color

Gets or sets the color of the base material.

public : Printing3DColorMaterial Color { get; set; }public Printing3DColorMaterial Color { get; set; }Public ReadWrite Property Color As Printing3DColorMaterial// You can use this property in JavaScript.

Name Name Name Name

Gets or sets the name of the base material.

public : PlatForm::String Name { get; set; }public string Name { get; set; }Public ReadWrite Property Name As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the base material.

Pla Pla Pla Pla

Gets the name the polylactic acid (PLA) thermoplastic used in the base material.

public : static PlatForm::String Pla { get; }public static string Pla { get; }Public Static ReadOnly Property Pla As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The PLA thermoplastic used in the base material.