RadialWedge

ipkiss3.all.RadialWedge(layer, center=(0.0, 0.0), inner_radius=1.0, outer_radius=5.0, inner_width=1.0, outer_width=2.0, angle=90.0)

Returns a Boundary Element with a linear wedge (tapered) shape emanating from a center point.

Parameters:
layer: Layer object, required

Layer on which the shape is drawn

centerCoord2 or Tuple

Center from which the taper emanates. defaults to (0,0)

inner_radiuspositive number

Distance from the center where the taper starts. defaults to 1.0

outer_radiuspositive number

Distance from the center where the taper stops. defaults to 5.0

inner_widthpositive number

width of the first face of the wedge. defaults to 1.0

outer_widthpositive number

width of the end face of the wedge. defaults to 3.0

Returns:
Boundary element.