5 #if !defined( __MGIGESPD142_H__)
6 #define __MGIGESPD142_H__
8 #include "mgiges/IgesIfstream.h"
9 #include "mgiges/IgesOfstream.h"
10 #include "mgiges/IgesPD.h"
34 std::istringstream& pdstream
40 std::auto_ptr<MGFace>& face,
73 #endif // __MGIGESPD142_H__
int m_model_curve_DE
Directory entry of the curve(in the model space).
Definition: igespd142.h:70
~MGIgesPD142()
Destructor;.
Definition: igespd142.h:29
short m_created_way
Definition: igespd142.h:58
int m_param_curve_DE
Directory entry of the parametric space curve of the surface.
Definition: igespd142.h:69
const MGIgesDirectoryEntry * DEpointer() const
Definition: igesPD.h:39
MGIgesDirectoryEntry describes a directory entry section of an IGES file.
Definition: IgesDirectoryEntry.h:20
MGIgesIfstream read in *.iges; *.igs file, transforming IGES objects to MGCL objects.
Definition: IgesIfstream.h:43
MGIgesPD is the parent class of all the Parameter data section type.
Definition: igesPD.h:17
MGIgesPD142 is the class for Iges parameter data type 142(Curve on parameteric space).
Definition: igespd142.h:14
MGIgesPD142(MGIgesDirectoryEntry *DEpointer=0)
Constructs an object of class MGIgesPD142.
MGLoop is a boundary of a face, a boundary of 2D manifold cell.
Definition: Loop.h:44
void trim_face(const MGIgesIfstream &igesifstrm, std::auto_ptr< MGFace > &face, bool outer=true) const
Obtain both the parametric space curve of the surface and the model space curve.
void write_out_into_string(const MGIgesGSec &gsec, MGPvector< std::string > &plines) const
MGIgesGSec describes a Global Section of a IGES file.
Definition: IgesGSec.h:18
MGOgesIfstream write out to *.iges file, transforming MGCL objects to IGES objects.
Definition: IgesOfstream.h:26
int m_surface_DE
Directory entry of the surface on which the curve lies.
Definition: igespd142.h:68
void read_in(char pDelimeter, std::istringstream &pdstream)
Read in parameter data from string stream data.
Defines Vector of newed object pointers.
Definition: Pvector.h:27
short m_prefered
Definition: igespd142.h:63