add_point#

DataSet.add_point(x, y, z=None, v=None)[source]#

Add a point to the dataset.

Parameters:
xfloat

X coordinate of the point.

yfloat

Y coordinate of the point.

zfloat, optional

The default is None.

vfloat, optional

The default is None.

Returns:
bool

True when successful, False when failed.

References

>>> oProject.EditDataset
>>> oDesign.EditDataset