create#
- classmethod BoardBendDef.create(layout, zone_prim, bend_middle, bend_radius, bend_angle)#
Create a board bend definition.
- Parameters:
- layout
Layout
Layout to create the board bend definition in.
- zone_prim
Primitive
Zone primitive to create the board bend definition on.
- bend_middle(Point2DLike, Point2DLike)
Tuple containing the starting and ending points of the line that represents the middle of the bend.
- bend_radiusValueLike
Radius of the bend.
- bend_angleValueLike
Angle of the bend.
- layout
- Returns:
BoardBendDef
Board bend definition created.