VS:ExportIGES/ja

From Vectorworks Developer
Revision as of 02:18, 16 January 2014 by Kimura (talk | contribs) (1 revision: 2014J VS Reference E)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Description

ファイルをIGESファイルに取り出します。

FUNCTION ExportIGES(
fileName :STRING;
exportSolidAsSurface :BOOLEAN) : BOOLEAN;
def vs.ExportIGES(fileName, exportSolidAsSurface):
    return BOOLEAN

Parameters

fileName STRING 取り出すファイルのパス
exportSolidAsSurface BOOLEAN ソリッドをサーフェースとして取り出します

Return Value

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

Version

Availability: from Vectorworks 2014

See Also

VS Functions:

VS:ImportIGES

VS Functions: [[VS:ImportIGES]]