5 #if !defined( __MGIGESPD104_H__)
6 #define __MGIGESPD104_H__
9 #include "mgiges/IgesPD.h"
23 const double start[2],
24 const double terminate[2]
34 std::istringstream& pdstream
57 #endif // __MGIGESPD104_H__
MGIgesPD104(MGIgesDirectoryEntry *DEpointer=0)
Constructs an object of class MGIgesPD104.
~MGIgesPD104()
Destructor;.
Definition: igespd104.h:29
const MGIgesDirectoryEntry * DEpointer() const
Definition: igesPD.h:39
double m_Zt
Z coordinate of (x,y) plane of the above equation.
Definition: igespd104.h:52
double m_X2
Definition: igespd104.h:54
MGIgesDirectoryEntry describes a directory entry section of an IGES file.
Definition: IgesDirectoryEntry.h:20
double m_Y2
the terminate point coordinate of the conic arc in (x,y) plane.
Definition: igespd104.h:54
MGIgesPD is the parent class of all the Parameter data section type.
Definition: igesPD.h:17
void read_in(char pDelimeter, std::istringstream &pdstream)
Read in parameter data from string stream data.
double m_X1
Definition: igespd104.h:53
void write_out_into_string(const MGIgesGSec &gsec, MGPvector< std::string > &plines) const
double m_coef[6]
Let m_coef[]={A,B,C,D,E,F}, then A*x**2+B*x*y+C*y**2+D*x+E*y+F=0.
Definition: igespd104.h:50
MGIgesGSec describes a Global Section of a IGES file.
Definition: IgesGSec.h:18
double m_Y1
the start point coordinate of the conic arc in (x,y) plane.
Definition: igespd104.h:53
Defines Vector of newed object pointers.
Definition: Pvector.h:27
MGIgesPD104 is the class for Iges parameter data type 104(conic arc).
Definition: igespd104.h:12