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

Method addLocalPlacement

src/ifcparse/IfcHierarchyHelper.cpp:56–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55template <typename Schema>
56typename Schema::IfcLocalPlacement* IfcHierarchyHelper<Schema>::addLocalPlacement(typename Schema::IfcObjectPlacement* parent,
57 double ox,
58 double oy,
59 double oz,
60 double zx,
61 double zy,
62 double zz,
63 double xx,
64 double xy,
65 double xz) {
66 typename Schema::IfcLocalPlacement* local_placement = new typename Schema::IfcLocalPlacement(parent,
67 addPlacement3d(ox, oy, oz, zx, zy, zz, xx, xy, xz));
68
69 addEntity(local_placement);
70 return local_placement;
71}
72
73template <typename Schema>
74typename Schema::IfcOwnerHistory* IfcHierarchyHelper<Schema>::addOwnerHistory() {

Callers 12

addHorizontalAlignmentFunction · 0.80
addAlignmentFunction · 0.80
mainFunction · 0.80
create_testcase_forFunction · 0.80
create_curve_rebarFunction · 0.80
create_testcaseFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
create_testcase_forFunction · 0.80
mainFunction · 0.80
create_product_from_itemFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected