Printing3DComponentWithMatrix.Matrix Property

Definition

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

public:
 property float4x4 Matrix { float4x4 get(); void set(float4x4 value); };
float4x4 Matrix();

void Matrix(float4x4 value);
public Matrix4x4 Matrix { get; set; }
var matrix4x4 = printing3DComponentWithMatrix.matrix;
printing3DComponentWithMatrix.matrix = matrix4x4;
Public Property Matrix As Matrix4x4

Property Value

Matrix4x4 Matrix4x4

float4x4

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

Applies to