CadExporterSaveToFile Method |
Saves the internal CadImage to the given file.
Namespace: RAYLASE.Marker.VectorGraphicElement.ExporterAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic void SaveToFile(
string filePath,
dvec3 workspaceSize,
WorkspaceConfiguration wrkspcCfg
)
Parameters
- filePath String
- Path and file name of the file to write.
The extension controls which file format is to be used.
- workspaceSize dvec3
- In case of raster graphic the image is
clipped at this centered cuboid.
- wrkspcCfg WorkspaceConfiguration
- If not null and in case of raster graphic
the image is clipped at the workspace cuboid defined in the
workspace configuration.
See Also