Click or drag to resize

MatrixCopy.IsBidirectional Property

The flag to indicate whether the traversal is bidirectional. For example, if starting from MinMinMin and traversing in XYZ direction, row 1 is from left to right, row 2 is from right to left.

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.20.0
Syntax
C#
public bool IsBidirectional { get; set; }

Property Value

Boolean
See Also