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

Method inverse

src/ifcparse/parse_ifcxml.cpp:153–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 }
152
153 static stack_node inverse(IfcUtil::IfcBaseClass* inst, const IfcParse::inverse_attribute* inv) {
154 stack_node node;
155 node.type_ = node_inverse;
156 node.inst_ = inst;
157 node.inv_ = inv;
158 return node;
159 }
160
161 static stack_node select(IfcUtil::IfcBaseClass* inst, int idx) {
162 stack_node node;

Callers 11

addParentMethod · 0.80
writeNodeMethod · 0.80
writeMethod · 0.80
remove_offset_Method · 0.80
project_onto_curveFunction · 0.80
map_implMethod · 0.80
project_onto_curveFunction · 0.80
face_to_poly_with_holesFunction · 0.80
convert_openingsMethod · 0.80
project_onto_planeFunction · 0.80
convert_openingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected