add_point# DataSet.add_point(x: float, y: float, z: float = None, v: float = None) → bool# Add a point to the dataset. Parameters: xfloatX coordinate of the point. yfloatY coordinate of the point. zfloat, optionalThe default is None. vfloat, optionalThe default is None. Returns: boolTrue when successful, False when failed. References >>> oProject.EditDataset >>> oDesign.EditDataset