DoubleCut.from_planes_and_beam

classmethod DoubleCut.from_planes_and_beam(planes, beam, ref_side_index=0)[source]

Create a DoubleCut instance from two cutting planes and the beam they should cut.

Parameters:
planeslist of Plane or Frame

The two cutting planes that define the double cut.

beamBeam

The beam that is cut by this instance.

ref_side_indexint, optional

The reference side index of the beam to be cut. Default is 0 (i.e. RS1).

Returns:
DoubleCut