BREP ライブリラリ. More...
#include "Brep.h"
Go to the source code of this file.
Functions | |
| BREP_CONTOUR * | CreateContour (BREP_FACET *facet) | 
Definition in file Brep.cpp.
| BREP_CONTOUR* CreateContour | ( | BREP_FACET * | facet | ) | 
Definition at line 523 of file Brep.cpp.
References jbxl::BREP_CONTOUR.
00524 { 00525 BREP_CONTOUR* contour = new BREP_CONTOUR(facet); 00526 return contour; 00527 }
 1.6.1