Printing3DComponentWithMatrix.Matrix 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定套用至 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
屬性值
套用至 3D 製造格式的矩陣轉換 (3MF) 基本元件。