Share via


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 より大きい値はオブジェクトの平面の前の座標に対応し、負の値はオブジェクトの平面の背後にある座標に対応します。

適用対象