VS:LinearDim/ja

From Vectorworks Developer
Revision as of 12:30, 14 January 2016 by Kimura (talk | contribs) (1 revision: Japanese Reference for 2016)
Jump to navigation Jump to search

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

Description

横、縦、斜めの寸法線を作成します。

PROCEDURE LinearDim(
startPt :REAL;
endPt :REAL;
offsetDistance :REAL)Coordinate); dimType:INTEGER; arrow:INTEGER; textFlag:INTEGER; textOffset:REAL);
def vs.LinearDim(startPt, endPt, offsetDistance, dimType, arrow, textFlag, textOffset):
    return None

Parameters

startPt REAL 始点のX、Y座標
endPt REAL 終点のX、Y座標
offsetDistance REAL (Coordinate) オフセット
dimType INTEGER 寸法の種類
arrow INTEGER マーカの種類
textFlag INTEGER 文字の種類
textOffset REAL 寸法線と寸法値の間隔

Example

LinearDim(-2",2",1",2",-3",0,771,770,0.75);

Version

利用可能バージョン: MiniCAD