Click or drag to resize

RegionOfInterestHelperCreateAreaJobElementData Method

[Missing <summary> documentation for "M:RAYLASE.Marker.ClickAndTeachPlugin.JobElements.RegionOfInterestHelper.CreateAreaJobElementData(GlmSharp.dvec3,GlmSharp.dvec3,System.Double,System.Windows.Media.Color,System.Double,GlmSharp.dmat4)"]


Namespace: RAYLASE.Marker.ClickAndTeachPlugin.JobElements
Assembly: RAYLASE.Marker.ClickAndTeachPlugin (in RAYLASE.Marker.ClickAndTeachPlugin.dll) Version: 2.49.0
Syntax
C#
public static CustomJobElementData CreateAreaJobElementData(
	dvec3 centerWorld,
	dvec3 sizeWorld,
	double angle,
	Color color,
	double opacity,
	dmat4 fieldAndProcessTrafo
)

Parameters

centerWorld  dvec3

[Missing <param name="centerWorld"/> documentation for "M:RAYLASE.Marker.ClickAndTeachPlugin.JobElements.RegionOfInterestHelper.CreateAreaJobElementData(GlmSharp.dvec3,GlmSharp.dvec3,System.Double,System.Windows.Media.Color,System.Double,GlmSharp.dmat4)"]

sizeWorld  dvec3

[Missing <param name="sizeWorld"/> documentation for "M:RAYLASE.Marker.ClickAndTeachPlugin.JobElements.RegionOfInterestHelper.CreateAreaJobElementData(GlmSharp.dvec3,GlmSharp.dvec3,System.Double,System.Windows.Media.Color,System.Double,GlmSharp.dmat4)"]

angle  Double

[Missing <param name="angle"/> documentation for "M:RAYLASE.Marker.ClickAndTeachPlugin.JobElements.RegionOfInterestHelper.CreateAreaJobElementData(GlmSharp.dvec3,GlmSharp.dvec3,System.Double,System.Windows.Media.Color,System.Double,GlmSharp.dmat4)"]

color  Color

[Missing <param name="color"/> documentation for "M:RAYLASE.Marker.ClickAndTeachPlugin.JobElements.RegionOfInterestHelper.CreateAreaJobElementData(GlmSharp.dvec3,GlmSharp.dvec3,System.Double,System.Windows.Media.Color,System.Double,GlmSharp.dmat4)"]

opacity  Double

[Missing <param name="opacity"/> documentation for "M:RAYLASE.Marker.ClickAndTeachPlugin.JobElements.RegionOfInterestHelper.CreateAreaJobElementData(GlmSharp.dvec3,GlmSharp.dvec3,System.Double,System.Windows.Media.Color,System.Double,GlmSharp.dmat4)"]

fieldAndProcessTrafo  dmat4

[Missing <param name="fieldAndProcessTrafo"/> documentation for "M:RAYLASE.Marker.ClickAndTeachPlugin.JobElements.RegionOfInterestHelper.CreateAreaJobElementData(GlmSharp.dvec3,GlmSharp.dvec3,System.Double,System.Windows.Media.Color,System.Double,GlmSharp.dmat4)"]

Return Value

CustomJobElementData

[Missing <returns> documentation for "M:RAYLASE.Marker.ClickAndTeachPlugin.JobElements.RegionOfInterestHelper.CreateAreaJobElementData(GlmSharp.dvec3,GlmSharp.dvec3,System.Double,System.Windows.Media.Color,System.Double,GlmSharp.dmat4)"]

See Also