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 的值对应于对象平面前面的坐标,负值对应于对象平面后面的坐标。

适用于