BrepGeometryConsumer
- class compas_timber.consumers.BrepGeometryConsumer[source]
Bases:
object
A consumer that applies features to beams and yields the resulting geometry.
- Parameters:
- assembly
Assembly
The assembly to consume.
- assembly
- Attributes:
- FEATURE_MAPdict(
Feature
,FeatureApplicator
.) A mapping of feature types to feature applicators.
- resultgenerator(
BeamGeometry
) The resulting geometry after processing.
- FEATURE_MAPdict(