BoundaryObject3dLayout#

class pyaedt.modules.Boundary.BoundaryObject3dLayout(app, name, props, boundarytype)[source]#

Manages boundary data and execution for Hfss3dLayout.

Parameters:
appobject

An AEDT application from pyaedt.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

BoundaryObject3dLayout.available_properties

Available properties.

BoundaryObject3dLayout.name

Boundary Name.

BoundaryObject3dLayout.object_properties

Object-oriented properties.

BoundaryObject3dLayout.props

Excitation data.