CadExporterAddToCadImage Method |
Adds all commands found in the given layers to the internal cadImage.
Namespace: RAYLASE.Marker.VectorGraphicElement.ExporterAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic void AddToCadImage(
dmat4 trafo,
IList<VectorGraphicLayer> layers,
PenSet penSet,
int? penNumber
)
Parameters
- trafo dmat4
- The transformation of the job element holder
the layers belong to.
- layers IListVectorGraphicLayer
- The layers whose elements are to be added.
- penSet PenSet
- The PenSet used in the vector graphic.
- penNumber NullableInt32
[Missing <param name="penNumber"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Exporter.CadExporter.AddToCadImage(GlmSharp.dmat4,System.Collections.Generic.IList{RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer},RAYLASE.Marker.Common.PenSet,System.Nullable{System.Int32})"]
See Also