BoundaryObject3dLayout#

class ansys.aedt.core.modules.boundary.BoundaryObject3dLayout(app, name, props, boundarytype)[source]#

Manages boundary data and execution for Hfss3dLayout.

Parameters:
appobject

An AEDT application from ansys.aedt.core.application.

namestr

Name of the boundary.

propsdict

Properties of the boundary.

boundarytypestr

Type of the boundary.

Methods

BoundaryObject3dLayout.delete()

Delete the boundary.

BoundaryObject3dLayout.update()

Update the boundary.

Attributes