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

Method append

src/ifcgeom/ConversionResult.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14using namespace ifcopenshell::geometry::taxonomy;
15
16void IfcGeom::ConversionResult::append(ifcopenshell::geometry::taxonomy::matrix4::ptr trsf) {
17 placement_ = make<matrix4>(placement_->ccomponents() * trsf->ccomponents());
18}
19
20void IfcGeom::ConversionResult::prepend(ifcopenshell::geometry::taxonomy::matrix4::ptr trsf) {
21 placement_ = make<matrix4>(trsf->ccomponents() * placement_->ccomponents());

Callers 15

build-all.pyFile · 0.45
stream_readerFunction · 0.45
run_autoconfFunction · 0.45
run_cmakeFunction · 0.45
archive_python_packagesFunction · 0.45
__init__Method · 0.45
__call__Method · 0.45
run.pyFile · 0.45
make_node_categoriesFunction · 0.45
make_node_listFunction · 0.45
processMethod · 0.45

Calls

no outgoing calls