| 17 | &THISTYPE::getter_##ACCESSOR, 0,v8::Local<v8::Value>(),v8::DEFAULT,(v8::PropertyAttribute)(v8::ReadOnly|v8::DontDelete)) |
| 18 | |
| 19 | bool 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 | |
| 26 | bool Edge::isDegenerated() |
| 27 | { |