VS:Duplicate/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
m (1 revision: 2014J VS Reference D)
 
(No difference)

Latest revision as of 02:03, 16 January 2014

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

Description

選択されている図形を複製し、指定した位置に移動させます。他のレイヤが「表示+スナップ+編集」の場合、他のレイヤ上の選択されている図形も複製されます。

PROCEDURE Duplicate(
offset :REAL);
def vs.Duplicate(offset):
    return None

Parameters

offset REAL 複製した図形の相対的な座標

Example

Rect(0,1,1,0);
Duplicate(2,0);
{duplicates the rectangle 2 units right of the original}

Version

Availability: from MiniCAD