shape.OpenBox
Description
The shape.OpenBox
lets you create an open box with metal and
dielectric material properties centered at the origin. Use this open box along with the other
shapes and the geometric operations to create a shape for the custom antenna.
Creation
Description
creates a hollow
box with one open face, centered at the origin.openbox
= shape.OpenBox
sets properties
using one or more name-value arguments. openbox
= shape.OpenBox(PropertyName=Value
)PropertyName
is the property
name and Value
is the corresponding value. You can specify several
name-value arguments in any order as PropertyName1=Value1
,
...
, PropertyNameN=ValueN
. Properties that you
do not specify retain their default values.
For example, box = shape.OpenBox(Height=4)
creates an open face
box with a height of 4 m along the z-axis and default values for
other properties.