共用方式為


RayMeshGeometry3DHitTestResult.VertexWeight3 屬性

定義

網狀結構三角形的第三個頂點對該三角形與點擊測試交集處之點的相對貢獻,以介於 0 到 1 的值表示。

public:
 property double VertexWeight3 { double get(); };
public double VertexWeight3 { get; }
member this.VertexWeight3 : double
Public ReadOnly Property VertexWeight3 As Double

屬性值

Double

第三個頂點的加權。

備註

此屬性是網格三角形的直心座標的第三個。

適用於