ThreeDFormat.RotationY 属性

定义

以度为单位返回或设置具有延伸的形状绕 y 轴的转角。

public:
 property float RotationY { float get(); void set(float value); };
public float RotationY { get; set; }
Public Property RotationY As Single

属性值

注解

RotationY 属性可以是介于 –90 到 90 的值。 正值表示向左; 旋转负值表示向右旋转。

若要设置延伸形状围绕 x 轴的旋转,请使用 RotationX 对象的 属性 ThreeDFormat 。 若要设置延伸形状围绕 z 轴的旋转,请使用 对象的 Rotation 属性 Shape 。 若要在不旋转延伸的正面的情况下更改延伸的扫描路径的方向,请使用 SetExtrusionDirection(MsoPresetExtrusionDirection) 方法。

适用于