MarkablePolyLineInsertPoints Method |
Inserts the points into the list at the specified index.
Namespace: RAYLASE.MarkerPlugin.JobElementsAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic 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