Imports the provided Parasolid XT file.
FUNCTION ImportParasolidXT(filePath : STRING): BOOLEAN;def vs.ImportParasolidXT(filePath):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| filePath | STRING | The full path to the file to be imported. |
resultOK := ImportParasolidXT('file.txt');import vs
# Imports the provided Parasolid XT file.
filePath = 'C:/Temp'
ok = vs.ImportParasolidXT(filePath)
if ok:
vs.Message('ImportParasolidXT succeeded')
else:
vs.Message('ImportParasolidXT failed')Availability: from Vectorworks 2020