import_dataset3d#

Q2d.import_dataset3d(filename, dsname=None, encoding='utf-8-sig', is_project_dataset=True)[source]#

Import a 3D dataset.

Parameters:
filenamestr

Full path and name for the tab/csv/xlsx file.

dsnamestr, optional

Name of the dataset. The default is the file name.

encodingstr, optional

File encoding to be provided for csv.

is_project_datasetbool, optional

Whether it is a project data set. The default is True.

Returns:
pyaedt.application.Variables.DataSet

References

>>> oProject.AddDataset