共用方式為


Printing3DComponentWithMatrix.Matrix 屬性

定義

取得或設定套用至 3D 製造格式的矩陣轉換, (3MF) 基本元件。

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

屬性值

Matrix4x4 Matrix4x4

float4x4

套用至 3D 製造格式的矩陣轉換 (3MF) 基本元件。

適用於