DoubleCut.apply
- DoubleCut.apply(geometry, beam)[source]
Apply the feature to the beam geometry.
- Parameters:
- geometry
Brep
The beam geometry to be cut.
- beam
compas_timber.elements.Beam
The beam that is cut by this instance.
- geometry
- Returns:
Brep
The resulting geometry after processing
- Raises:
FeatureApplicationError
If the cutting plane does not intersect with beam geometry.