antenna.Ellipse
Description
Use the antenna.Ellipse
object to create an ellipse
centered at the origin on the X-Y plane.
Creation
Description
ellipse = antenna.Ellipse
creates an ellipse centered
at the origin on the X-Y plane.
ellipse = antenna.Ellipse(Name=Value)
sets properties
using one or more name-value arguments. Name
is the
property name and Value
is the corresponding value. You
can specify several name-value arguments in any order as
Name1
= Value1
,
...
,
NameN
=ValueN
. Properties not
specified retain their default values.
Properties
Object Functions
add | Boolean unite operation on two shapes |
subtract | Boolean subtraction operation on two shapes |
intersect | Boolean intersection operation on two shapes |
plus | Shape1 + Shape2 |
minus | Shape1 - Shape2 |
and | Shape1 & Shape2 |
area | Calculate area of shape in square meters |
show | Display antenna, array structures or shapes |
plot | Plot boundary of shape |
mesh | Mesh properties of metal, dielectric antenna, or array structure |
rotate | Rotate shape about axis and angle |
rotateX | Rotate shape about x-axis and angle |
rotateY | Rotate shape about y-axis and angle |
rotateZ | Rotate shape about z-axis and angle |
translate | Move shape to new location |
scale | Change the size of the shape by a fixed amount |
mirrorX | Mirror shape along X-axis |
mirrorY | Mirror shape along Y-axis |
removeHoles | Remove holes from shape |
removeSlivers | Remove sliver outliers from boundary of shape |
Examples
Version History
Introduced in R2020a