InstallationSpacesToStep(IEnumerable<InstallationSpace>,String,Boolean,String) Method
In This Topic
Exports given installation spaces into files in STEP format.
Syntax
Parameters
- listInstallationSpaces
- Collection of installation spaces which will be exported. Can not be
null
or empty. - strTargetDirectory
- Directory to which files will be written. If the folder does not exist, it will be created. If the user does not have the necessary rights to access the file system, an exception will be thrown. Can not be
null
or empty. - bEachTopLevelParentInSeparateFile
- If
true
then each first level child will be exported in separete file. - strScheme
- Scheme used to export installation spaces.
Exceptions
See Also