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