Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ length
Function
length
src/ifcgeom/function_item_evaluator.h:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
virtual double start() const = 0;
35
virtual double end() const = 0;
36
double length() const { return end() - start(); }
37
38
ifcopenshell::geometry::Settings settings_;
39
};
Callers
nothing calls this directly
Calls
2
start
Function · 0.85
end
Function · 0.70
Tested by
no test coverage detected