MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / concat

Method concat

src/ifcgeom/kernels/cgal/CgalConversionResult.cpp:745–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

743}
744
745ConversionResultShape* ifcopenshell::geometry::CgalShape::concat(ConversionResultShape* other)
746{
747 auto shp = poly();
748 concatenate_polyhedra(shp, ((CgalShape*)other)->poly());
749 return new CgalShape(shp);
750}
751
752std::pair<OpaqueCoordinate<3>, OpaqueCoordinate<3>> ifcopenshell::geometry::CgalShape::bounding_box() const
753{

Callers 1

as_compoundMethod · 0.45

Calls 1

concatenate_polyhedraFunction · 0.85

Tested by

no test coverage detected