Printing3DComponentWithMatrix.Matrix Eigenschaft

Definition

Ruft die Matrixtransformation ab, die auf die primitive Komponente 3D Manufacturing Format (3MF) angewendet wird, oder legt diese fest.

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

Eigenschaftswert

Matrix4x4 Matrix4x4

float4x4

Die Matrixtransformation, die auf die primitive Komponente 3D Manufacturing Format (3MF) angewendet wird.

Gilt für: