add_point#

DataSet.add_point(x: float, y: float, z: float = None, v: float = None) bool#

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