![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
This class implements the transfer of the Point Entity from Geom to IGES. These are: . Point. More...
#include <GeomToIGES_GeomPoint.hxx>

Public Member Functions | |
| GeomToIGES_GeomPoint () | |
| GeomToIGES_GeomPoint (const GeomToIGES_GeomEntity &GE) | |
| Creates a tool GeomPoint ready to run and sets its fields as GE's. | |
| occ::handle< IGESGeom_Point > | TransferPoint (const occ::handle< Geom_Point > &start) |
| Transfer a Point from Geom to IGES. If this Entity could not be converted, this member returns a NullEntity. | |
| occ::handle< IGESGeom_Point > | TransferPoint (const occ::handle< Geom_CartesianPoint > &start) |
| Transfer a CartesianPoint from Geom to IGES. If this Entity could not be converted, this member returns a NullEntity. | |
Public Member Functions inherited from GeomToIGES_GeomEntity | |
| 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 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 meters. | |
This class implements the transfer of the Point Entity from Geom to IGES. These are: . Point.
| GeomToIGES_GeomPoint::GeomToIGES_GeomPoint | ( | ) |
| GeomToIGES_GeomPoint::GeomToIGES_GeomPoint | ( | const GeomToIGES_GeomEntity & | GE | ) |
Creates a tool GeomPoint ready to run and sets its fields as GE's.
| occ::handle< IGESGeom_Point > GeomToIGES_GeomPoint::TransferPoint | ( | const occ::handle< Geom_CartesianPoint > & | start | ) |
Transfer a CartesianPoint from Geom to IGES. If this Entity could not be converted, this member returns a NullEntity.
| occ::handle< IGESGeom_Point > GeomToIGES_GeomPoint::TransferPoint | ( | const occ::handle< Geom_Point > & | start | ) |
Transfer a Point from Geom to IGES. If this Entity could not be converted, this member returns a NullEntity.