Skip to main content
Ctrl+K
Logo image

COMPAS IFC

  • Introduction
  • Architecture
  • Installation
  • Command line
  • Agent skill
  • Tutorials
    • Open a model
    • Create a model from scratch
    • Validate custom properties
    • Work with interactions
    • Granular export
  • Examples
  • API
    • compas_ifc.bim
    • compas_ifc.element
    • compas_ifc.factory
    • compas_ifc.tree
    • compas_ifc.interactions
    • compas_ifc.validation
    • compas_ifc.representations
    • compas_ifc.brep
    • compas_ifc.entities
  • License
COMPAS.dev
  • API Reference
  • ClippedExtrusion
  • ClippedExtrusion.to_mesh

ClippedExtrusion.to_mesh

ClippedExtrusion.to_mesh(n=16)

Convert the clipped extrusion to a compas.datastructures.Mesh.

Note

Returns the unclipped base extrusion mesh. See to_vertices_and_faces() for details.

Parameters:
nint

Number of sample points for circular profiles.

Returns:
compas.datastructures.Mesh
On this page
  • ClippedExtrusion.to_mesh()

© Copyright COMPAS Association.

Created using Sphinx 6.2.1.

Built with the PyData Sphinx Theme 0.13.3.