Eplan Platform API
Eplan.EplApi.HEServices Namespace / Export3D Class / InstallationSpacesToVrml Method / InstallationSpacesToVrml(IEnumerable<InstallationSpace>,String,String) Method
Collection of installation spaces which will be exported. Can not be null or empty.
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. If value is null or empty target directory from scheme is used.
Scheme used to export installation spaces.

InstallationSpacesToVrml(IEnumerable<InstallationSpace>,String,String) Method
Exports given installation spaces into files in VRML 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. If value is null or empty target directory from scheme is used.
strScheme
Scheme used to export installation spaces.
Exceptions
ExceptionDescription
Thrown when necessary argument is null.
Thrown in case of invalid arguments.
The internal interface used for export could not be created.
Thrown if schema is invalid.
Remarks
The names of files are generated from given schema settings.
See Also