Open CASCADE Technology 7.8.2.dev
|
This class implements the transfer of the Vector from Geom to IGES . These can be : . Vector. More...
#include <GeomToIGES_GeomVector.hxx>
Public Member Functions | |
GeomToIGES_GeomVector () | |
GeomToIGES_GeomVector (const GeomToIGES_GeomEntity &GE) | |
Creates a tool GeomVector ready to run and sets its fields as GE's. | |
Handle< IGESGeom_Direction > | TransferVector (const Handle< Geom_Vector > &start) |
Transfert a GeometryEntity which answer True to the member : BRepToIGES::IsGeomVector(Geometry). If this Entity could not be converted, this member returns a NullEntity. | |
Handle< IGESGeom_Direction > | TransferVector (const Handle< Geom_VectorWithMagnitude > &start) |
Handle< IGESGeom_Direction > | TransferVector (const Handle< Geom_Direction > &start) |
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 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. | |
This class implements the transfer of the Vector from Geom to IGES . These can be : . Vector.
GeomToIGES_GeomVector::GeomToIGES_GeomVector | ( | ) |
GeomToIGES_GeomVector::GeomToIGES_GeomVector | ( | const GeomToIGES_GeomEntity & | GE | ) |
Creates a tool GeomVector ready to run and sets its fields as GE's.
Handle< IGESGeom_Direction > GeomToIGES_GeomVector::TransferVector | ( | const Handle< Geom_Direction > & | start | ) |
Handle< IGESGeom_Direction > GeomToIGES_GeomVector::TransferVector | ( | const Handle< Geom_Vector > & | start | ) |
Transfert a GeometryEntity which answer True to the member : BRepToIGES::IsGeomVector(Geometry). If this Entity could not be converted, this member returns a NullEntity.
Handle< IGESGeom_Direction > GeomToIGES_GeomVector::TransferVector | ( | const Handle< Geom_VectorWithMagnitude > & | start | ) |