assign_thin_conductor#
- Q3d.assign_thin_conductor(assignment, material='copper', thickness=1, name='')#
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:
- assignment
strorintoransys.aedt.core.modeler.cad.object_3d.Object3dorlist Object assignment.
- material
str,optional Material. Default is
"copper".- thickness
float,str,optional Conductor thickness. It can be as number of a string with units. Default is
1.- name
str,optional Name of the boundary. Default is
"".
- assignment
- Returns:
ansys.aedt.core.modules.boundary.common.BoundaryObjectSource object.