Click or drag to resize

MarkablePolyLineInsertPoint Method

Inserts a point into the list at the specified index.

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.20.0
Syntax
C#
public void InsertPoint(
	int index,
	dvec3 point
)

Parameters

index  Int32
The zero-based index at which point should be inserted.
point  dvec3
The point to insert.
See Also