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

Method isSeam

src/Edge.cc:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 &THISTYPE::getter_##ACCESSOR, 0,v8::Local<v8::Value>(),v8::DEFAULT,(v8::PropertyAttribute)(v8::ReadOnly|v8::DontDelete))
18
19bool Edge::isSeam(Base *face)
20{
21 if (this->shape().IsNull())
22 return false;
23 return BRep_Tool::IsClosed(this->edge(), TopoDS::Face(face->shape())) ? true : false;
24}
25
26bool Edge::isDegenerated()
27{

Callers

nothing calls this directly

Calls 1

FaceClass · 0.70

Tested by

no test coverage detected