MarkablePolyLineAddPoints Method |
Adds the points to the end of the list.
Namespace: RAYLASE.MarkerPlugin.JobElementsAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic void AddPoints(
IList<dvec3> points
)
Parameters
- points IListdvec3
- The points to be added to the end of the list.
See Also