Click or drag to resize

MarkableDrillImport Method

Imports Points from text file.

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public void Import(
	string filePath,
	double scale = 1
)

Parameters

filePath  String
Path of the file.
scale  Double  (Optional)
Scale applied to the points.
Remarks
The expected format is two or three points per row, separated by colon, comma, tab or whitespace. The decimal separator must be point.
See Also