VS:LimitTolerance/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
m (1 revision: Japanese Reference for 2016)
(No difference)

Revision as of 12:30, 14 January 2016

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

Description

作成直後の寸法線に対して、許容限界公差寸法を設定します。

PROCEDURE LimitTolerance(
showVal :BOOLEAN;
boxText :BOOLEAN;
leader :STRING;
trailer :STRING;
lowDistance :REAL)Coordinate); hiDistance:REAL (Coordinate));
def vs.LimitTolerance(showVal, boxText, leader, trailer, lowDistance, hiDistance):
    return None

Parameters

showVal BOOLEAN 寸法値表示
boxText BOOLEAN 枠線表示
leader STRING 前記号
trailer STRING 後記号
lowDistance REAL (Coordinate) 下限値
hiDistance REAL (Coordinate) 上限値

Example

LinearDim(-2",2",1",2",-3",0,771,771,0.75);
LimitTolerance(TRUE,FALSE,'','',-1",1");

Version

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