VS:LinearDim/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
m (1 revision: Testing Upload)
(No difference)

Revision as of 08:08, 12 January 2016

.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

Availability: from MiniCAD