Open CASCADE Technology
7.3.0
|
provides methods to transfer Geom entity from CASCADE to IGES. More...
#include <GeomToIGES_GeomEntity.hxx>
Public Member Functions | |
GeomToIGES_GeomEntity () | |
Creates a tool GeomEntity. More... | |
GeomToIGES_GeomEntity (const GeomToIGES_GeomEntity &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 meters. More... | |
provides methods to transfer Geom entity from CASCADE to IGES.
GeomToIGES_GeomEntity::GeomToIGES_GeomEntity | ( | ) |
Creates a tool GeomEntity.
GeomToIGES_GeomEntity::GeomToIGES_GeomEntity | ( | const GeomToIGES_GeomEntity & | GE | ) |
Creates a tool ready to run and sets its fields as GE's.
Handle< IGESData_IGESModel > GeomToIGES_GeomEntity::GetModel | ( | ) | const |
Returns the value of "TheModel".
Standard_Real GeomToIGES_GeomEntity::GetUnit | ( | ) | const |
Returns the value of the UnitFlag of the header of the model in meters.
void GeomToIGES_GeomEntity::SetModel | ( | const Handle< IGESData_IGESModel > & | model | ) |
Set the value of "TheModel".
void GeomToIGES_GeomEntity::SetUnit | ( | const Standard_Real | unit | ) |
Sets the value of the UnitFlag.