Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenWebCAD/node-occ
/ point
Method
point
src/Vertex.cc:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
gp_Pnt Vertex::point() const
16
{
17
gp_Pnt pnt = BRep_Tool::Pnt(vertex());
18
return pnt;
19
}
20
double Vertex::x()
21
{
22
return point().X();
Callers
3
createLine
Method · 0.80
createArc
Method · 0.80
createArc3P
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected