![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
provides methods to transfer Geom2d entity from CASCADE to IGES. More...
#include <Geom2dToIGES_Geom2dEntity.hxx>

Public Member Functions | |
| Geom2dToIGES_Geom2dEntity () | |
| Creates a tool Geom2dEntity. | |
| Geom2dToIGES_Geom2dEntity (const Geom2dToIGES_Geom2dEntity &GE) | |
| Creates a tool ready to run and sets its fields as GE's. | |
| void | SetModel (const occ::handle< IGESData_IGESModel > &model) |
| Set the value of "TheModel". | |
| occ::handle< IGESData_IGESModel > | GetModel () const |
| Returns the value of "TheModel". | |
| void | SetUnit (const double unit) |
| Sets the value of the UnitFlag. | |
| double | GetUnit () const |
| Returns the value of the UnitFlag of the header of the model in millimeters. | |
provides methods to transfer Geom2d entity from CASCADE to IGES.
| Geom2dToIGES_Geom2dEntity::Geom2dToIGES_Geom2dEntity | ( | ) |
Creates a tool Geom2dEntity.
| Geom2dToIGES_Geom2dEntity::Geom2dToIGES_Geom2dEntity | ( | const Geom2dToIGES_Geom2dEntity & | GE | ) |
Creates a tool ready to run and sets its fields as GE's.
| occ::handle< IGESData_IGESModel > Geom2dToIGES_Geom2dEntity::GetModel | ( | ) | const |
Returns the value of "TheModel".
| double Geom2dToIGES_Geom2dEntity::GetUnit | ( | ) | const |
Returns the value of the UnitFlag of the header of the model in millimeters.
| void Geom2dToIGES_Geom2dEntity::SetModel | ( | const occ::handle< IGESData_IGESModel > & | model | ) |
Set the value of "TheModel".