MCPcopy 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
10void Vertex::setShape(const TopoDS_Shape& shape)
11{
12 m_vertex = TopoDS::Vertex(shape);
13}
14
15gp_Pnt Vertex::point() const
16{

Callers 2

NAN_METHODFunction · 0.45
CloneMethod · 0.45

Calls 1

VertexClass · 0.85

Tested by

no test coverage detected