JunkBox_Lib++ (for Windows) 1.10.1
|
#include <Brep.h>
Public Member Functions | |
BREP_EDGE (BREP_VERTEX *vertex1, BREP_VERTEX *vertex2) | |
virtual | ~BREP_EDGE () |
void | CloseData () |
Public Attributes | |
BREP_WING * | wing1 |
BREP_WING * | wing2 |
Vector< double > | center |
BREP_EDGE_LIST * | edge_list |
多重エッジのリストへのポインタ | |
bool | complete |
完全なエッジ.2つの Wingは共に使用されている. | |
double | tolerance |
BREP_EDGE | ( | BREP_VERTEX * | vertex1, |
BREP_VERTEX * | vertex2 ) |
Definition at line 521 of file Brep.cpp.
References jbxl::BREP_WING, BREP_EDGE::center, BREP_EDGE::complete, BREP_WING::edge, BREP_EDGE::edge_list, jbxl::Edge_Tolerance, BREP_VERTEX::point, BREP_EDGE::tolerance, BREP_EDGE::wing1, and BREP_EDGE::wing2.
|
virtual |
Definition at line 534 of file Brep.cpp.
References BREP_WING::contour, DEBUG_MODE, BREP_EDGE::edge_list, PRINT_MESG, BREP_EDGE::wing1, and BREP_EDGE::wing2.
void CloseData | ( | ) |
Definition at line 557 of file Brep.cpp.
References Max, BREP_EDGE::tolerance, BREP_WING::vertex, BREP_EDGE::wing1, and BREP_EDGE::wing2.
Referenced by jbxl::CreateEdge().
Vector<double> center |
Definition at line 236 of file Brep.h.
Referenced by BREP_EDGE::BREP_EDGE().
bool complete |
Definition at line 239 of file Brep.h.
Referenced by BREP_EDGE::BREP_EDGE(), BREP_CONTOUR::CreateWing(), jbxl::CreateWingsList(), jbxl::DestroyWing(), jbxl::IsIncludeCompleteEdge(), and jbxl::JoinShortageWings().
BREP_EDGE_LIST* edge_list |
Definition at line 237 of file Brep.h.
Referenced by BREP_EDGE::BREP_EDGE(), jbxl::CreateWingWithoutContour(), jbxl::DupEdgeNumber(), jbxl::IsIncludeCompleteEdge(), jbxl::JoinShortageWings(), jbxl::SetDeletableContoursByEdge(), and BREP_EDGE::~BREP_EDGE().
double tolerance |
Definition at line 240 of file Brep.h.
Referenced by BREP_EDGE::BREP_EDGE(), and BREP_EDGE::CloseData().
BREP_WING* wing1 |
Definition at line 233 of file Brep.h.
Referenced by BREP_EDGE::BREP_EDGE(), BREP_EDGE::CloseData(), jbxl::CreateWingWithoutContour(), jbxl::DestroyWing(), jbxl::GetWingOtherSide(), jbxl::JoinShortageWings(), jbxl::SetDeletableContoursByEdge(), and BREP_EDGE::~BREP_EDGE().
BREP_WING* wing2 |
Definition at line 234 of file Brep.h.
Referenced by BREP_EDGE::BREP_EDGE(), BREP_EDGE::CloseData(), jbxl::CreateWingWithoutContour(), jbxl::DestroyWing(), jbxl::GetWingOtherSide(), jbxl::JoinShortageWings(), jbxl::SetDeletableContoursByEdge(), and BREP_EDGE::~BREP_EDGE().