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

Method Triangulate

src/ifcgeom/ConversionResult.cpp:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <iomanip>
5
6IfcGeom::Representation::Triangulation * IfcGeom::ConversionResultShape::Triangulate(const ifcopenshell::geometry::Settings& settings) const
7{
8 auto t = IfcGeom::Representation::Triangulation::empty(settings);
9 static ifcopenshell::geometry::taxonomy::matrix4 iden;
10 Triangulate(settings, iden, t, -1, -1);
11 return t;
12}
13
14using namespace ifcopenshell::geometry::taxonomy;
15

Callers 2

TriangulationMethod · 0.45
write_objMethod · 0.45

Calls 1

emptyClass · 0.85

Tested by

no test coverage detected