Click or drag to resize

UtilsGetCommandHeading Method

Returns the heading of the command at the start and end.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static (double? Start, double? End) GetCommandHeading(
	BaseMetafileCommand command,
	dmat4 transformation
)

Parameters

command  BaseMetafileCommand
Command to analyze.
transformation  dmat4
Model matrix.

Return Value

ValueTupleNullableDouble, NullableDouble
Returns start and end heading. In case command has no heading (eg. empty poly line or non geometric command like set pen) null is returned.
See Also