LapProxy
- class compas_timber.fabrication.LapProxy[source]
Bases:
objectThis object behaves like a Lap except it only calculates the machining parameters once unproxified. Can also be used to defer the creation of the processing instance until it is actually needed.
Until then, it can be used to visualize the machining operation. This slightly improves performance.
- Parameters:
- volume
PolyhedronorBrep The negative volume that constitutes the lap.
- beam
Beam The beam where lap should be applied.
- machining_limitsdict, optional
The machining limits for the cut. Default is None.
- ref_side_indexint, optional
The reference side index for the Lap.
- volume
Methods
Apply the feature to the beam geometry.
Construct a Lap feature from a volume and a Beam.
Returns the unproxified processing instance.