VS:RotatePoint/ja

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

選択されている図形を、指定した座標を基点として回転させます。

PROCEDURE RotatePoint(
p :REAL;
rotationAngle :REAL);
def vs.RotatePoint(p, rotationAngle):
    return None

Parameters

p REAL 回転の基準となるX、Y座標
rotationAngle REAL 回転角度

Return Value

回転角度

Example

SetSelect(LNewObj);
RotatePoint(0,3,45d);

Version

利用可能バージョン: MiniCAD6.0