BaseMarkableCalibrationPattern3DAddLine Method |
Adds a line to the calibration pattern
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxprotected bool AddLine(
dvec2 start,
dvec2 end,
bool startNewLayer = false
)
Parameters
- start dvec2
- Start of the line.
- end dvec2
- End of the line.
- startNewLayer Boolean (Optional)
- Whether to draw the line on a new layer or the last used one.
Return Value
BooleanTrue if line can be marked.
See Also