create#

classmethod BoardBendDef.create(layout, zone_prim, bend_middle, bend_radius, bend_angle)#

Create a board bend definition.

Parameters:
layoutLayout

Layout to create the board bend definition in.

zone_primPrimitive

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.

Returns:
BoardBendDef

Board bend definition created.