CadExporterSaveToStream Method |
Saves the internal CadImage into the given stream.
Namespace: RAYLASE.Marker.VectorGraphicElement.ExporterAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic void SaveToStream(
Stream stream,
dvec3 workspaceSize,
WorkspaceConfiguration wrkspcCfg
)
Parameters
- stream Stream
[Missing <param name="stream"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Exporter.CadExporter.SaveToStream(System.IO.Stream,GlmSharp.dvec3,RAYLASE.Marker.Configuration.WorkspaceConfiguration)"]
- 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