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

Method Unwrap

src/Edge.h:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
52 }
53
54 static NAN_PROPERTY_GETTER(getter_firstVertex);
55 static NAN_PROPERTY_GETTER(getter_lastVertex);

Callers 1

NAN_METHODFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected