PlaneProjection.CenterOfRotationZ 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置旋转对象的旋转中心的 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 的值对应于对象平面前面的坐标,负值对应于对象平面后面的坐标。