Create ellipse centered at origin on X-Y plane
Use the antenna.Ellipse
object to create an ellipse
centered at the origin on the X-Y plane.
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 pair arguments. For example, ellipse =
antenna.Ellipse('MajorAxis',2,'Minoraxis',0.800)
creates an
ellipse with a longest diameter of 2 m and smallest diameter of 0.8 m.
Enclose each property name in quotes.
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 or array structure; display shape as filled patch |
plot | Plot boundary of shape |
mesh | Mesh properties of metal or 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 |
removeHoles | Remove holes from shape |
removeSlivers | Remove sliver outliers from boundary of shape |