MCPcopy Create free account
hub / github.com/OpenWebCAD/node-occ / setShape

Method setShape

src/Edge.h:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 return m_edge;
45 }
46 virtual void setShape(const TopoDS_Shape& shape) {
47 m_edge = TopoDS::Edge(shape);
48 }
49 virtual v8::Local<v8::Object> Clone() const ;
50 virtual Base* Unwrap(v8::Local<v8::Object> obj) const {
51 return Nan::ObjectWrap::Unwrap<Edge>(obj);

Callers 4

createLineMethod · 0.95
createArcMethod · 0.95
createArc3PMethod · 0.95
createCircleMethod · 0.95

Calls 1

EdgeClass · 0.70

Tested by

no test coverage detected