MGCL V10
V10
MGCL V10
|
MGIgesPD142 is the class for Iges parameter data type 142(Curve on parameteric space). [詳解]
公開メンバ関数 | |
MGIgesPD142 (MGIgesDirectoryEntry *DEpointer=0) | |
Constructs an object of class MGIgesPD142. [詳解] | |
MGIgesPD142 (const MGLoop &loop, int surface_DE, MGIgesOfstream &igesfile) | |
Constructs an object of class MGIgesPD142. [詳解] | |
~MGIgesPD142 () | |
Destructor;. [詳解] | |
void | read_in (char pDelimeter, std::istringstream &pdstream) |
Read in parameter data from string stream data. [詳解] | |
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 |
基底クラス MGIgesPD に属する継承公開メンバ関数 | |
MGIgesPD () | |
Constructors. [詳解] | |
MGIgesPD (int type_number, MGIgesDirectoryEntry *DEpointer=0) | |
Default constructor. [詳解] | |
virtual | ~MGIgesPD () |
Destructor;. [詳解] | |
void | setDE (MGIgesDirectoryEntry *DE) |
int | type_number () const |
const MGIgesDirectoryEntry * | DEpointer () const |
MGIgesDirectoryEntry * | DEpointer () |
公開変数類 | |
short | m_created_way |
short | m_prefered |
int | m_surface_DE |
Directory entry of the surface on which the curve lies. [詳解] | |
int | m_param_curve_DE |
Directory entry of the parametric space curve of the surface. [詳解] | |
int | m_model_curve_DE |
Directory entry of the curve(in the model space). [詳解] | |
MGIgesPD142 is the class for Iges parameter data type 142(Curve on parameteric space).
MGIgesPD142::MGIgesPD142 | ( | MGIgesDirectoryEntry * | DEpointer = 0 | ) |
Constructs an object of class MGIgesPD142.
MGIgesPD142::MGIgesPD142 | ( | const MGLoop & | loop, |
int | surface_DE, | ||
MGIgesOfstream & | igesfile | ||
) |
Constructs an object of class MGIgesPD142.
loop | loop to make PD142. This is a loop of the face. |
surface_DE | the base surface. The surface must be output to IGES file first. |
igesfile | Iges file to output. |
|
inline |
Destructor;.
|
virtual |
Read in parameter data from string stream data.
MGIgesPDを実装しています。
void MGIgesPD142::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.
igesifstrm | The target ifstream. |
face | Face to be trimmed by this boundary MGIgesPD142. |
outer | True if this be the outer boundary. |
|
virtual |
Write out this PD as MGIgesParamLine's(into plines). Except for string data, one integer or double data is output into one MGIgesParamLine, not striding over more than one line. Only when string data is output(to Holleris string), the data may stride over more than one lines. plines[i] for 0<=i<plines.size() are valid.
gsec | Input gsec to input delimeter_param and delimeter_record; |
plines | output plines. |
MGIgesPDを実装しています。
short MGIgesPD142::m_created_way |
Indicates the way the curve on the surface has been created: =0: unspecified, =1: projection of a given curve on the surface, =2: intersection of two surfaces. =3: isoparametric curve, either a u or v-parameter curve.
int MGIgesPD142::m_model_curve_DE |
Directory entry of the curve(in the model space).
int MGIgesPD142::m_param_curve_DE |
Directory entry of the parametric space curve of the surface.
short MGIgesPD142::m_prefered |
indicates prefered representation: =0: unspecified, =1:S(m_param_curve_DE(t)) is prefered, =2: m_modelcurve_DE is prefered. =3: m_param_curve_DE and m_model_curve_DE are equally prefered.
int MGIgesPD142::m_surface_DE |
Directory entry of the surface on which the curve lies.