PlaneProjection.CenterOfRotationZ 屬性

定義

取得或設定旋轉之物件旋轉中心的 Z 座標。

public:
 property double CenterOfRotationZ { double get(); void set(double value); };
double CenterOfRotationZ();

void CenterOfRotationZ(double value);
public double CenterOfRotationZ { get; set; }
var double = planeProjection.centerOfRotationZ;
planeProjection.centerOfRotationZ = double;
Public Property CenterOfRotationZ As Double
<PlaneProjection CenterOfRotationZ="double"/>

屬性值

Double

double

旋轉物件中央的 Z 座標。 預設值是 0。 大於 0 的值會對應到物件平面前方的座標,而負值會對應至物件平面後面的座標。

適用於