VS:DoubleFixedTolerance/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

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

PROCEDURE DoubleFixedTolerance(
showVal :BOOLEAN;
boxText :BOOLEAN;
leader :STRING;
trailer :STRING;
topStr :STRING;
botStr :STRING);
def vs.DoubleFixedTolerance(showVal, boxText, leader, trailer, topStr, botStr):
    return None

Parameters

showVal BOOLEAN 寸法値表示
boxText BOOLEAN 枠線表示
leader STRING 前記号
trailer STRING 後記号
topStr STRING 上限値
botStr STRING 下限値

Example

LinearDim(-2",2",1",2",-3",0,771,771,0.75);
DoubleFixedTolerance(TRUE,FALSE,'','','yes','no');
{defines a dimension with a double fixed tolerance}

Version

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