Mutable Point Collection
A collection object that can be changed containing points. Contains a collection of points that can be changed.
Since
200.1.0
See also
Constructors
Properties
Functions
Add a new points to the end of the mutable point collection.
Add a new point to the end of the mutable point collection by specifying the points x,y coordinates.
Inserts a point into the mutable point collection at the specified point index. The point index can be equal to the point count and this is equivalent to adding a point to the end of the collection.
Add a new point to the end of the mutable point collection by specifying the points x,y,z coordinates.
Inserts a point specified by its x,y coordinates into the mutable point collection at the specified point index. The point index can be equal to the point count and this is equivalent to adding a point to the end of the collection.
Inserts a point specified by its x,y,z coordinate into the mutable point collection at the specified point index. The point index can be equal to the point count and this is equivalent to adding a point to the end of the collection.