assign_thin_conductor#

Q3d.assign_thin_conductor(assignment: str | int | list | Object3d | None = None, material: str | None = 'copper', thickness: float | str | int | None = 1, name: str | None = '') BoundaryObject#

Assign a thin conductor to a sheet.

The method accepts both a sheet name or a face id. If a face it is provided, then a sheet will be created and the boundary assigned to it.

Parameters:
assignmentstr or int or ansys.aedt.core.modeler.cad.object_3d.Object3d or list

Object assignment.

materialstr, optional

Material. Default is "copper".

thicknessfloat, str, optional

Conductor thickness. It can be as number of a string with units. Default is 1.

namestr, optional

Name of the boundary. Default is "".

Returns:
ansys.aedt.core.modules.boundary.common.BoundaryObject

Source object.