Model.show
- Model.show(entity=None, linear_deflection=100)
Show the IFC file in a viewer, either the entire project or a single entity.
- Parameters:
- entity
compas_ifc.entities.base.Base
The entity to show. If None, the entire project will be shown.
- linear_deflectionfloat
The linear deflection to use for the tesselation of BREP geometries. Should be adjusted based on the size of the model.
- entity