CirclePath
- ipkiss3.all.CirclePath(layer, center=(0.0, 0.0), radius=1.0, line_width=0.5, angle_step=1.0)
Returns a Path Element along a closed circle.
- Parameters:
- layer: Layer object, required
Layer on which the shape is drawn
- centerCoord2 or tuple
center of the circle. Defaults to (0.0, 0.0)
- radiuspositive number
Radius of the circle
- line_widthpositive number
line_width of the path.
- angle_steppositive angle (in degrees)
The angle step for the discretisation of the rounded corners. Default is extracted from TECH.METRICS.ANGLE_STEP
- Returns:
- Path element.
See also