VS:DoubleTolerance/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

作成直後の寸法線に対して、上下別の公差寸法表示を設定します。

PROCEDURE DoubleTolerance(
showVal :BOOLEAN;
boxText :BOOLEAN;
leader :STRING;
trailer :STRING;
topDistance :REAL)Coordinate); botDistance:REAL (Coordinate));
def vs.DoubleTolerance(showVal, boxText, leader, trailer, topDistance, botDistance):
    return None

Parameters

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

Example

LinearDim(-2",2",1",2",-3",0,771,771,0.75);
DoubleTolerance(True,False,'est. ','',1/16",1/16");
{defines a dimension with a double tolerance}

Version

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