antenna.Polygon
Create polygon on X-Y plane
Description
Use the antenna.Polygon
object to create a polygonal board
shape centered at the origin and on the X-Y plane. You can use
antenna.Polygon
to create single-layer or multilayered antennas
using pcbStack
.
Creation
Description
polygon = antenna.Polygon
creates a polygonal board
shape centered at the origin and on the X-Y plane.
polygon = antenna.Polygon(Name,Value)
sets properties
using one or more name-value pair. For example, polygon =
antenna.Polygon('Name','mypolygonboard')
creates a polygon
board shape of the name 'mypolygonboard'
. Enclose each
property name in quotes.
Properties
Object Functions
add | Boolean unite operation on two shapes |
area | Calculate area of shape in square meters |
subtract | Boolean subtraction operation on two shapes |
intersect | Boolean intersection operation on two shapes |
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 |
show | Display antenna, array structures or shapes |
mesh | Mesh properties of metal, dielectric antenna, or array structure |
removeHoles | Remove holes from shape |
removeSlivers | Remove sliver outliers from boundary of shape |
Examples
Version History
Introduced in R2017a