Printing3DModel.Build Property

Definition

Gets or sets the root 3D Manufacturing Format (3MF) component. It represents the build plate on a 3D printer and defines what will be printed.

public:
 property Printing3DComponent ^ Build { Printing3DComponent ^ get(); void set(Printing3DComponent ^ value); };
Printing3DComponent Build();

void Build(Printing3DComponent value);
public Printing3DComponent Build { get; set; }
var printing3DComponent = printing3DModel.build;
printing3DModel.build = printing3DComponent;
Public Property Build As Printing3DComponent

Property Value

The root 3MF component.

Applies to