VS:ExportSTL/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

図形をSTLファイルに取り出します。

FUNCTION ExportSTL(
filePath :STRING;
exportBinary :BOOLEAN;
percentTess :REAL;
exportObjectsOptions :INTEGER) : BOOLEAN;
def vs.ExportSTL(filePath, exportBinary, percentTess, exportObjectsOptions):
    return BOOLEAN

Parameters

filePath STRING 取り出すファイルのパス
exportBinary BOOLEAN バイナリ形式/ASCII形式
percentTess REAL 取り出しの品質(0 - 100)
exportObjectsOptions INTEGER 取り出しオプション
0:アクティブレイヤ上で選択した図形
1:アクティブレイヤ上で表示中の図形
2:すべてのレイヤ上で表示中の図形

Return Value

成功した場合はTRUEを返します。

Version

利用可能バージョン: Vectorworks 2016