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

Method clipRepresentation

src/ifcparse/IfcHierarchyHelper.cpp:446–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444
445template <typename Schema>
446void IfcHierarchyHelper<Schema>::clipRepresentation(typename Schema::IfcProductRepresentation* shape,
447 typename Schema::IfcAxis2Placement3D* place,
448 bool agree) {
449 typename Schema::IfcRepresentation::list::ptr reps = shape->Representations();
450 for (typename Schema::IfcRepresentation::list::it j = reps->begin(); j != reps->end(); ++j) {
451 clipRepresentation(*j, place, agree);
452 }
453}
454
455template <typename Schema>
456void IfcHierarchyHelper<Schema>::clipRepresentation(typename Schema::IfcRepresentation* rep,

Callers 1

mainFunction · 0.80

Calls 3

beginMethod · 0.45
endMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected