Printing3DComponentWithMatrix Printing3DComponentWithMatrix Printing3DComponentWithMatrix Printing3DComponentWithMatrix Class

Definition

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

public : sealed class Printing3DComponentWithMatrix : IPrinting3DComponentWithMatrixpublic sealed class Printing3DComponentWithMatrix : IPrinting3DComponentWithMatrixPublic NotInheritable Class Printing3DComponentWithMatrix Implements IPrinting3DComponentWithMatrix// 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)

Constructors

Printing3DComponentWithMatrix() Printing3DComponentWithMatrix() Printing3DComponentWithMatrix() Printing3DComponentWithMatrix()

Creates an instance of the Printing3DComponentWithMatrix class.

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

Properties

Component Component Component Component

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

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

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.

Matrix Matrix Matrix Matrix

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

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

The matrix transform that's applied to the 3D Manufacturing Format (3MF) primitive component.