VS:SecondaryUnits/ja

From Vectorworks Developer
Revision as of 15:34, 17 May 2013 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Description

補助単位を設定します。

PROCEDURE SecondaryUnits(
style :INTEGER;
dimPrec :LONGINT;
format :INTEGER;
showMark :BOOLEAN;
dispFrac :BOOLEAN);
def vs.SecondaryUnits(style, dimPrec, format, showMark, dispFrac):
    return None

Parameters

style INTEGER 単位の種類
dimPrec LONGINT 寸法線の精度
format INTEGER 小数表記の種類
showMark BOOLEAN 単位表示
dispFrac BOOLEAN 分数表示

Example

SecondaryUnits(1,6,2,TRUE,TRUE); 

{ Sets the secondary units to feet/inches with a dimension precision of 1/64, }
{ unit mark displayed, and fractional display of units values enabled.        }

Version

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