ansys.sherlock.core.types.layer_types.PottingRegion#

class ansys.sherlock.core.types.layer_types.PottingRegion(**data)#

Contains the properties of a Potting Region add or update request.

Methods

PottingRegion.construct([_fields_set])

PottingRegion.copy(*[, include, exclude, ...])

Returns a copy of the model.

PottingRegion.dict(*[, include, exclude, ...])

PottingRegion.from_orm(obj)

PottingRegion.json(*[, include, exclude, ...])

PottingRegion.model_construct([_fields_set])

Creates a new instance of the Model class with validated data.

PottingRegion.model_copy(*[, update, deep])

!!! abstract "Usage Documentation"

PottingRegion.model_dump(*[, mode, include, ...])

!!! abstract "Usage Documentation"

PottingRegion.model_dump_json(*[, indent, ...])

!!! abstract "Usage Documentation"

PottingRegion.model_json_schema([by_alias, ...])

Generates a JSON schema for a model class.

PottingRegion.model_parametrized_name(params)

Compute the class name for parametrizations of generic classes.

PottingRegion.model_post_init(context, /)

Override this method to perform additional initialization after __init__ and model_construct.

PottingRegion.model_rebuild(*[, force, ...])

Try to rebuild the pydantic-core schema for the model.

PottingRegion.model_validate(obj, *[, ...])

Validate a pydantic model instance.

PottingRegion.model_validate_json(json_data, *)

!!! abstract "Usage Documentation"

PottingRegion.model_validate_strings(obj, *)

Validate the given object with string data against the Pydantic model.

PottingRegion.parse_file(path, *[, ...])

PottingRegion.parse_obj(obj)

PottingRegion.parse_raw(b, *[, ...])

PottingRegion.schema([by_alias, ref_template])

PottingRegion.schema_json(*[, by_alias, ...])

PottingRegion.str_validation(value, info)

Validate string fields listed.

PottingRegion.update_forward_refs(**localns)

PottingRegion.validate(value)

Attributes

PottingRegion.model_computed_fields

PottingRegion.model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

PottingRegion.model_extra

Get extra fields set during validation.

PottingRegion.model_fields

PottingRegion.model_fields_set

Returns the set of fields that have been explicitly set on this model instance.

PottingRegion.cca_name

The name of the CCA.

PottingRegion.potting_id

The potting ID.

PottingRegion.potting_side

The potting side, options are "TOP", "BOT", or "BOTTOM".

PottingRegion.potting_material

The potting material.

PottingRegion.potting_units

The units to use for the potting region.

PottingRegion.potting_thickness

The potting thickness.

PottingRegion.potting_standoff

The potting standoff.

PottingRegion.shape

The shape of the potting region.