|
Open CASCADE Technology 6.5.2
|
provides methods to transfer Geom entity from CASCADE to IGES.
#include <GeomToIGES_GeomEntity.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| GeomToIGES_GeomEntity () | |
| Creates a tool GeomEntity | |
| GeomToIGES_GeomEntity (const GeomToIGES_GeomEntity &GE) | |
| Creates a tool ready to run and sets its fields as GE's. | |
| void | SetModel (const Handle< IGESData_IGESModel > &model) |
| Set the value of "TheModel" | |
| Handle_IGESData_IGESModel | GetModel () const |
| Returns the value of "TheModel" | |
| void | SetUnit (const Standard_Real unit) |
| Sets the value of the UnitFlag | |
| Standard_Real | GetUnit () const |
| Returns the value of the UnitFlag of the header of the model in meters. | |
| GeomToIGES_GeomEntity::GeomToIGES_GeomEntity | ( | ) |
| GeomToIGES_GeomEntity::GeomToIGES_GeomEntity | ( | const GeomToIGES_GeomEntity & | GE | ) |
| Handle_IGESData_IGESModel GeomToIGES_GeomEntity::GetModel | ( | ) | const |
| Standard_Real GeomToIGES_GeomEntity::GetUnit | ( | ) | const |
| void GeomToIGES_GeomEntity::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented in GeomToIGES_GeomCurve, GeomToIGES_GeomPoint, GeomToIGES_GeomSurface, and GeomToIGES_GeomVector.
| void* GeomToIGES_GeomEntity::operator new | ( | size_t | size | ) | [inline] |
Reimplemented in GeomToIGES_GeomCurve, GeomToIGES_GeomPoint, GeomToIGES_GeomSurface, and GeomToIGES_GeomVector.
| void* GeomToIGES_GeomEntity::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented in GeomToIGES_GeomCurve, GeomToIGES_GeomPoint, GeomToIGES_GeomSurface, and GeomToIGES_GeomVector.
| void GeomToIGES_GeomEntity::SetModel | ( | const Handle< IGESData_IGESModel > & | model | ) |
| void GeomToIGES_GeomEntity::SetUnit | ( | const Standard_Real | unit | ) |
1.7.4