MCPcopy 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
15gp_Pnt Vertex::point() const
16{
17 gp_Pnt pnt = BRep_Tool::Pnt(vertex());
18 return pnt;
19}
20double Vertex::x()
21{
22 return point().X();

Callers 3

createLineMethod · 0.80
createArcMethod · 0.80
createArc3PMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected