JunkBox_Lib++ (for Windows) 1.10.1
Loading...
Searching...
No Matches
Brep.cpp File Reference

BREP ライブリラリ More...

#include "Brep.h"
Include dependency graph for Brep.cpp:

Go to the source code of this file.

Functions

BREP_CONTOURCreateContour (BREP_FACET *facet)
 

Detailed Description

Version
1.2.0
See also
"AN INTRODUCTION TO SOLID MODELING", M.MANTYLA, COMPUTER SCIENCE PRESS (1988), ISBN 0-88175-108-1
BREPLIBRARY http://breplibrary.sourceforge.net/

Definition in file Brep.cpp.

Function Documentation

◆ CreateContour()

BREP_CONTOUR * CreateContour ( BREP_FACET * facet)

Definition at line 494 of file Brep.cpp.

495{
496 BREP_CONTOUR* contour = new BREP_CONTOUR(facet);
497 return contour;
498}
class DllExport BREP_CONTOUR
Definition Brep.h:35

References jbxl::BREP_CONTOUR.