ifcopenshell.api.geometry.add_mesh_representation

Module Contents

class ifcopenshell.api.geometry.add_mesh_representation.Usecase
convert_si_to_unit(co)
create_faceted_brep()
create_mesh_representation()
create_polygonal_face_set()
execute()
ifcopenshell.api.geometry.add_mesh_representation.add_mesh_representation(file: ifcopenshell.file, context: ifcopenshell.entity_instance, vertices: list[COORD_3D], edges: list[tuple[int, int]] = None, faces: list[list[int]] = None, cooridnate_offset: COORD_3D | None = None, unit_scale: float | None = None, force_faceted_brep: bool = False) ifcopenshell.entity_instance
ifcopenshell.api.geometry.add_mesh_representation.COORD_3D