data_partbuild#

class ansys.api.pyensight.ensight_api.data_partbuild(session: Session)#

Class wrapper for EnSight data_partbuild module

This class acts as a proxy for the EnSight Python module ensight.data_partbuild

Methods

data_partbuild.begin()

Delineates commands issued while using the Data Part Builder dialogs.

data_partbuild.create()

Causes the part to be built according to previously defined attributes or defaults.

data_partbuild.create_iblank()

Causes unstructured part(s) to be built from structured part(s) according to iblanking values available.

data_partbuild.data_type(p0)

For those formats that contain both structured and unstructured data (EnSight6, EnSight Gold, and some user defined formats), this command indicates which type to create.

data_partbuild.description(p0)

Specifies the textual description for a part.

data_partbuild.domain(p0)

Specify the iblanking domain to use for EnSight6, EnSight Gold and User-defined models that have structured iblanked data.

data_partbuild.end()

Delineates commands issued while using the Data Part Builder dialogs.

data_partbuild.group(p0)

This command has not yet been documented.

data_partbuild.iblank_type(p0)

Selects the iblanking type to use when creating unstructured parts from the iblanking of structured parts.

data_partbuild.mpgsload(p0)

Specifies the option to use when reading an mpgs data file.

data_partbuild.nodedelta(p0, p1, p2)

Specify ijk delta value to use when creating more than one ijk surface from the same ijk block.

data_partbuild.noderange_i(p0, p1)

Specify i, j, or k range values to use when creating a part.

data_partbuild.noderange_j(p0, p1)

Specify i, j, or k range values to use when creating a part.

data_partbuild.noderange_k(p0, p1)

Specify i, j, or k range values to use when creating a part.

data_partbuild.nodestep(p0, p1, p2)

Specify i, j, k step-by values to use in creating a structured part.

data_partbuild.plot3d_version(p0)

Data_partbuild: plot3d_version

data_partbuild.plot3ddelta(p0, p1, p2)

Data_partbuild: plot3ddelta

data_partbuild.plot3ddomain(p0)

Data_partbuild: plot3ddomain

data_partbuild.plot3dnoderange_i(p0, p1)

Data_partbuild: plot3dnoderange_i

data_partbuild.plot3dnoderange_j(p0, p1)

Data_partbuild: plot3dnoderange_j

data_partbuild.plot3dnoderange_k(p0, p1)

Data_partbuild: plot3dnoderange_k

data_partbuild.plot3dselect_zone_begin(...)

Data_partbuild: plot3dselect_zone_begin

data_partbuild.plot3dstep(p0, p1, p2)

Data_partbuild: plot3dstep

data_partbuild.select_all()

Select all parts, from the part build lists, to use in the part build process.

data_partbuild.select_begin(*args, **kwargs)

Specify parts, from the part build lists, to use in the part build process.

data_partbuild.select_byexpr_begin(args)

Specify parts using an exprepresson, from the part build lists .

data_partbuild.select_byexpr_end()

Specify parts using an exprepresson, from the part build lists .

data_partbuild.select_byname_begin(*args, ...)

Specify parts using an exprepresson, from the part build lists .

data_partbuild.select_byname_end()

Specify parts using an exprepresson, from the part build lists .