Open CASCADE Technology
7.5.0
|
This class implements the transfer of the Point Entity from Geom2d to IGES . These are : . 2dPoint. More...
#include <Geom2dToIGES_Geom2dPoint.hxx>
Public Member Functions | |
Geom2dToIGES_Geom2dPoint () | |
Geom2dToIGES_Geom2dPoint (const Geom2dToIGES_Geom2dEntity &G2dE) | |
Creates a tool Geom2dPoint ready to run and sets its fields as G2dE's. More... | |
Handle< IGESGeom_Point > | Transfer2dPoint (const Handle< Geom2d_Point > &start) |
Transfert a Point from Geom to IGES. If this Entity could not be converted, this member returns a NullEntity. More... | |
Handle< IGESGeom_Point > | Transfer2dPoint (const Handle< Geom2d_CartesianPoint > &start) |
Transfert a CartesianPoint from Geom to IGES. If this Entity could not be converted, this member returns a NullEntity. More... | |
Public Member Functions inherited from Geom2dToIGES_Geom2dEntity | |
Geom2dToIGES_Geom2dEntity () | |
Creates a tool Geom2dEntity. More... | |
Geom2dToIGES_Geom2dEntity (const Geom2dToIGES_Geom2dEntity &GE) | |
Creates a tool ready to run and sets its fields as GE's. More... | |
void | SetModel (const Handle< IGESData_IGESModel > &model) |
Set the value of "TheModel". More... | |
Handle< IGESData_IGESModel > | GetModel () const |
Returns the value of "TheModel". More... | |
void | SetUnit (const Standard_Real unit) |
Sets the value of the UnitFlag. More... | |
Standard_Real | GetUnit () const |
Returns the value of the UnitFlag of the header of the model in millimeters. More... | |
This class implements the transfer of the Point Entity from Geom2d to IGES . These are : . 2dPoint.
Geom2dToIGES_Geom2dPoint::Geom2dToIGES_Geom2dPoint | ( | ) |
Geom2dToIGES_Geom2dPoint::Geom2dToIGES_Geom2dPoint | ( | const Geom2dToIGES_Geom2dEntity & | G2dE | ) |
Creates a tool Geom2dPoint ready to run and sets its fields as G2dE's.
Handle< IGESGeom_Point > Geom2dToIGES_Geom2dPoint::Transfer2dPoint | ( | const Handle< Geom2d_Point > & | start | ) |
Transfert a Point from Geom to IGES. If this Entity could not be converted, this member returns a NullEntity.
Handle< IGESGeom_Point > Geom2dToIGES_Geom2dPoint::Transfer2dPoint | ( | const Handle< Geom2d_CartesianPoint > & | start | ) |
Transfert a CartesianPoint from Geom to IGES. If this Entity could not be converted, this member returns a NullEntity.