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

Function edge

src/ifcgeom/taxonomy.h:834–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

832 DECLARE_PTR(edge)
833
834 edge() : trimmed_curve() {}
835 edge(const point3::ptr& a, const point3::ptr& b) : trimmed_curve(a, b) {}
836
837 // @todo how to express similarity between trimmed_curve and edge?

Callers 3

tree_edgeMethod · 0.85
edge_contractFunction · 0.85
wiresMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected