Cross
- ipkiss3.all.Cross(layer, center=(0.0, 0.0), box_size=20.0, thickness=5.0)
Returns a Boundary Element with a cross shape.
- Parameters:
- layer: Layer object, required
Layer on which the shape is drawn
- centerCoord2 or Tuple
Center coordinate of the cross, defaults to (0,0)
- box_sizePositive number
size of the cross (left to right, top to bottom). Defaults to 20.0
- thicknessPositive number
width of the arms of the cross. Should be smaller than box_size. Defaults to 5.0
- Returns:
- Boundary element.
See also