Share via


Printing3DComponentWithMatrix.Component Property

Definition

Gets or sets the 3D Manufacturing Format (3MF) primitive component that's applied to the object definition with a matrix transform.

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

void Component(Printing3DComponent value);
public Printing3DComponent Component { get; set; }
var printing3DComponent = printing3DComponentWithMatrix.component;
printing3DComponentWithMatrix.component = printing3DComponent;
Public Property Component As Printing3DComponent

Property Value

The 3MF primitive component that's applied to the object definition with a matrix transform.

Remarks

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

Applies to