![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
This class implements the transfer of the Curve Entity from Geom2d To IGES. These can be: Curve . BoundedCurve. More...
#include <Geom2dToIGES_Geom2dCurve.hxx>

Public Member Functions | |
| Geom2dToIGES_Geom2dCurve () | |
| Geom2dToIGES_Geom2dCurve (const Geom2dToIGES_Geom2dEntity &G2dE) | |
| Creates a tool Geom2dCurve ready to run and sets its fields as G2dE's. | |
| occ::handle< IGESData_IGESEntity > | Transfer2dCurve (const occ::handle< Geom2d_Curve > &start, const double Udeb, const double Ufin) |
| Transfer an Entity from Geom2d to IGES. If this Entity could not be converted, this member returns a NullEntity. | |
Public Member Functions inherited from Geom2dToIGES_Geom2dEntity | |
| 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. | |
This class implements the transfer of the Curve Entity from Geom2d To IGES. These can be: Curve . BoundedCurve.
| Geom2dToIGES_Geom2dCurve::Geom2dToIGES_Geom2dCurve | ( | ) |
| Geom2dToIGES_Geom2dCurve::Geom2dToIGES_Geom2dCurve | ( | const Geom2dToIGES_Geom2dEntity & | G2dE | ) |
Creates a tool Geom2dCurve ready to run and sets its fields as G2dE's.
| occ::handle< IGESData_IGESEntity > Geom2dToIGES_Geom2dCurve::Transfer2dCurve | ( | const occ::handle< Geom2d_Curve > & | start, |
| const double | Udeb, | ||
| const double | Ufin ) |
Transfer an Entity from Geom2d to IGES. If this Entity could not be converted, this member returns a NullEntity.