1#ifndef __JBXL_TRI_BREP_H_
2#define __JBXL_TRI_BREP_H_
DllExport void CreateSurplusContoursList(BREP_SOLID *solid)
DllExport int IsAtLine(BREP_VERTEX **v)
DllExport void CreateShortageWingsList(BREP_SOLID *solid)
DllExport void AddVector2TriSolid(BREP_SOLID *solid, BREP_SHELL *shell, Vector< double > *v, Vector< double > *n=NULL, UVMap< double > *uv=NULL, ArrayParam< int > *w=NULL, bool dupli=false)
DllExport bool PatchupContour(BREP_SHELL *shell, BREP_VERTEX **vert, bool mode)
DllExport int FillShortageWings_Next(BREP_SOLID *solid, bool mode)
class DllExport BREP_SOLID
DllExport void DeleteShortageWings(BREP_SOLID *solid)
DllExport void FastDeleteFacet(BREP_FACET *facet)
DllExport int CloseTriSolid(BREP_SOLID *solid, bool check=true, CVCounter *counter=NULL)
class DllExport BREP_CONTOUR
std::list< BREP_VERTEX * > BREP_VERTEX_LIST
DllExport bool SamePlaneContour(BREP_CONTOUR *contour1, BREP_CONTOUR *contour2, int &lineno)
DllExport void CreateWingsList(BREP_SOLID *solid)
DllExport int DupEdgeNumber(BREP_CONTOUR *contour)
class DllExport BREP_FACET
class DllExport BREP_SHELL
DllExport bool IsCollisionContours(BREP_SOLID *solid, BREP_CONTOUR *contour, BREP_CONTOUR **collision)
DllExport void DeleteStraightEdges(BREP_SOLID *solid)
DllExport void SetDeletableContoursByEdge(BREP_EDGE *edge)
DllExport BREP_CONTOUR * CreateContourByVector(BREP_FACET *facet, Vector< double > *v, Vector< double > *n=NULL, UVMap< double > *uv=NULL, ArrayParam< int > *w=NULL, bool dupli=false)
DllExport void ReverseContours(BREP_SOLID *solid)
DllExport void FillShortageWings(BREP_SOLID *solid, int method, bool mode)
DllExport void CreateContoursList(BREP_SOLID *solid)
DllExport int CreateTriSolidFromVector(BREP_SOLID *solid, int vno, Vector< double > *v, Vector< double > *n=NULL, UVMap< double > *uv=NULL, ArrayParam< int > *w=NULL, bool dupli=false, bool check=true)
DllExport bool IsInTriangle(BREP_CONTOUR *contour1, BREP_CONTOUR *contour2)
DllExport int FillShortageWings_Near(BREP_SOLID *solid, bool mode)
DllExport void SetMinVertex(BREP_VERTEX_LIST *list, BREP_VERTEX *vrtx)
DllExport bool CollisionTriContour2D(BREP_CONTOUR *contour1, BREP_CONTOUR *contour2)
class DllExport BREP_WING
DllExport void JoinShortageWings(BREP_SOLID *solid)
class DllExport BREP_EDGE
DllExport bool IsConnectEdges(BREP_WING *wing1, BREP_WING *wing2)
DllExport int CommonVertex(BREP_CONTOUR *contour1, BREP_CONTOUR *contour2)
DllExport bool IsIncludeCompleteEdge(BREP_WING *wing)
DllExport BREP_VERTEX * FindConnectEdgeVertex(BREP_VERTEX *vert)
DllExport BREP_CONTOUR * CreateContourByVertex(BREP_FACET *facet, BREP_VERTEX **vtx)
DllExport bool IsForbiddenEdge(BREP_VERTEX **vert)
DllExport int CreateTriSolidFromSTL(BREP_SOLID *solid, STLData *stldata, int fno, bool check=true)
DllExport bool CollisionTriContour3D(BREP_CONTOUR *contour1, BREP_CONTOUR *contour2)
class DllExport BREP_VERTEX
DllExport void DeleteSurplusContours(BREP_SOLID *solid)