Click or drag to resize

MarkablePolyLineInsertPoints Method

Inserts the points into the list at the specified index.

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public void InsertPoints(
	int index,
	IList<dvec3> points
)

Parameters

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