Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ patternAsString
Method
patternAsString
src/Base/Builder3D.cpp:75–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
std::string DrawStyle::patternAsString() const
76
{
77
std::stringstream str;
78
str <<
"0x"
<< std::hex << linePattern;
79
return str.str();
80
}
81
82
const char* VertexOrdering::toString() const
83
{
Callers
1
write
Method · 0.80
Calls
1
str
Method · 0.45
Tested by
no test coverage detected