MGCL V10
V10
MGCL V10
|
MGIgesPD144 is the class for Iges parameter data type 144(Trimmed Surface). [詳解]
公開メンバ関数 | |
MGIgesPD144 (MGIgesDirectoryEntry *DEpointer=0) | |
Constructs an object of class MGIgesPD144. [詳解] | |
MGIgesPD144 (int surfaceDE, int outerboundaryDE) | |
Constructs an object of class MGIgesPD144. [詳解] | |
~MGIgesPD144 () | |
Destructor;. [詳解] | |
void | read_in (char pDelimeter, std::istringstream &pdstream) |
Read in parameter data from string stream data. [詳解] | |
void | append_inner_boundary (int inner_boundaryDE) |
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 () |
公開変数類 | |
int | m_surface_DE |
Directory entry of the untrimmed(base) surface. [詳解] | |
int | m_outer_boundary_type |
int | m_outer_boudary_DE |
outer boundary DE of the parametric space curve. [詳解] | |
std::vector< int > | m_inner_boundaries |
vector of directory entry of the inner boundary entities. [詳解] | |
MGIgesPD144 is the class for Iges parameter data type 144(Trimmed Surface).
MGIgesPD144::MGIgesPD144 | ( | MGIgesDirectoryEntry * | DEpointer = 0 | ) |
Constructs an object of class MGIgesPD144.
MGIgesPD144::MGIgesPD144 | ( | int | surfaceDE, |
int | outerboundaryDE | ||
) |
Constructs an object of class MGIgesPD144.
surfaceDE | Base surface DE. |
outerboundaryDE | if =0, no outer boundary. |
|
inline |
Destructor;.
|
inline |
|
virtual |
Read in parameter data from string stream data.
MGIgesPDを実装しています。
|
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を実装しています。
std::vector<int> MGIgesPD144::m_inner_boundaries |
vector of directory entry of the inner boundary entities.
int MGIgesPD144::m_outer_boudary_DE |
outer boundary DE of the parametric space curve.
int MGIgesPD144::m_outer_boundary_type |
=0: outer boundary is the boudary of m_surface_DE. =1: otherwise.
int MGIgesPD144::m_surface_DE |
Directory entry of the untrimmed(base) surface.