Skip to content

compas_model.modifiers ¤

Classes¤

Modifier ¤

Modifier(name=None)

Base class for element-element modifiers.

Parameters:

  • name (str, default: None ) –

    The name of the interaction.

Functions¤

apply ¤
apply(source, targetgeometry: Brep | Mesh) -> Brep | Mesh

Apply the interaction to the target geometry.

Parameters:

  • target (Brep | Mesh) –

    The target of the modification.

Returns:

  • Brep | Mesh

    The modified target geometry.