Printing3DComponentWithMatrix.Matrix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The matrix transform that's applied to the 3D Manufacturing Format (3MF) primitive component.