Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenWebCAD/node-occ
/ setShape
Method
setShape
src/Vertex.cc:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
void Vertex::setShape(const TopoDS_Shape& shape)
11
{
12
m_vertex = TopoDS::Vertex(shape);
13
}
14
15
gp_Pnt Vertex::point() const
16
{
Callers
2
NAN_METHOD
Function · 0.45
Clone
Method · 0.45
Calls
1
Vertex
Class · 0.85
Tested by
no test coverage detected