Click or drag to resize

CadExporterAddFillings Method

Adds the fillings in the given list to the internal cadImage. Only hatch fillings are supported yet.

Namespace: RAYLASE.Marker.VectorGraphicElement.Exporter
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public void AddFillings(
	dmat4 trafo,
	string label,
	IEnumerable<BaseFillingProfile> fillingProfiles,
	Color color
)

Parameters

trafo  dmat4
The transformation matrix of the job element
label  String
The label of the job element.
fillingProfiles  IEnumerableBaseFillingProfile
The filling profiles of the job element.
color  Color
The color the object will have.
See Also