Printing3DModel.Material Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the root material container for the 3D model.
public:
property Printing3DMaterial ^ Material { Printing3DMaterial ^ get(); void set(Printing3DMaterial ^ value); };
Printing3DMaterial Material();
void Material(Printing3DMaterial value);
public Printing3DMaterial Material { get; set; }
var printing3DMaterial = printing3DModel.material;
printing3DModel.material = printing3DMaterial;
Public Property Material As Printing3DMaterial
Property Value
The root material container for the 3D model.