|
Open CASCADE Technology 6.5.2
|
This class implements the transfer of the Curve Entity from Geom
To IGES. These can be :
Curve
. BoundedCurve
* BSplineCurve
* BezierCurve
* TrimmedCurve
. Conic
* Circle
* Ellipse
* Hyperbloa
* Line
* Parabola
. OffsetCurve
#include <GeomToIGES_GeomCurve.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| GeomToIGES_GeomCurve () | |
| GeomToIGES_GeomCurve (const GeomToIGES_GeomEntity &GE) | |
| Creates a tool GeomCurve ready to run and sets its fields as GE's. | |
| Handle_IGESData_IGESEntity | TransferCurve (const Handle< Geom_Curve > &start, const Standard_Real Udeb, const Standard_Real Ufin) |
| Transfert a GeometryEntity which answer True to the member : BRepToIGES::IsGeomCurve(Geometry). If this Entity could not be converted, this member returns a NullEntity. | |
| Handle_IGESData_IGESEntity | TransferCurve (const Handle< Geom_BoundedCurve > &start, const Standard_Real Udeb, const Standard_Real Ufin) |
| Handle_IGESData_IGESEntity | TransferCurve (const Handle< Geom_BSplineCurve > &start, const Standard_Real Udeb, const Standard_Real Ufin) |
| Handle_IGESData_IGESEntity | TransferCurve (const Handle< Geom_BezierCurve > &start, const Standard_Real Udeb, const Standard_Real Ufin) |
| Handle_IGESData_IGESEntity | TransferCurve (const Handle< Geom_TrimmedCurve > &start, const Standard_Real Udeb, const Standard_Real Ufin) |
| Handle_IGESData_IGESEntity | TransferCurve (const Handle< Geom_Conic > &start, const Standard_Real Udeb, const Standard_Real Ufin) |
| Handle_IGESData_IGESEntity | TransferCurve (const Handle< Geom_Circle > &start, const Standard_Real Udeb, const Standard_Real Ufin) |
| Handle_IGESData_IGESEntity | TransferCurve (const Handle< Geom_Ellipse > &start, const Standard_Real Udeb, const Standard_Real Ufin) |
| Handle_IGESData_IGESEntity | TransferCurve (const Handle< Geom_Hyperbola > &start, const Standard_Real Udeb, const Standard_Real Ufin) |
| Handle_IGESData_IGESEntity | TransferCurve (const Handle< Geom_Line > &start, const Standard_Real Udeb, const Standard_Real Ufin) |
| Handle_IGESData_IGESEntity | TransferCurve (const Handle< Geom_Parabola > &start, const Standard_Real Udeb, const Standard_Real Ufin) |
| Handle_IGESData_IGESEntity | TransferCurve (const Handle< Geom_OffsetCurve > &start, const Standard_Real Udeb, const Standard_Real Ufin) |
| GeomToIGES_GeomCurve::GeomToIGES_GeomCurve | ( | ) |
| GeomToIGES_GeomCurve::GeomToIGES_GeomCurve | ( | const GeomToIGES_GeomEntity & | GE | ) |
| void GeomToIGES_GeomCurve::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from GeomToIGES_GeomEntity.
| void* GeomToIGES_GeomCurve::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from GeomToIGES_GeomEntity.
| void* GeomToIGES_GeomCurve::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from GeomToIGES_GeomEntity.
| Handle_IGESData_IGESEntity GeomToIGES_GeomCurve::TransferCurve | ( | const Handle< Geom_Line > & | start, |
| const Standard_Real | Udeb, | ||
| const Standard_Real | Ufin | ||
| ) |
| Handle_IGESData_IGESEntity GeomToIGES_GeomCurve::TransferCurve | ( | const Handle< Geom_Hyperbola > & | start, |
| const Standard_Real | Udeb, | ||
| const Standard_Real | Ufin | ||
| ) |
| Handle_IGESData_IGESEntity GeomToIGES_GeomCurve::TransferCurve | ( | const Handle< Geom_Ellipse > & | start, |
| const Standard_Real | Udeb, | ||
| const Standard_Real | Ufin | ||
| ) |
| Handle_IGESData_IGESEntity GeomToIGES_GeomCurve::TransferCurve | ( | const Handle< Geom_Circle > & | start, |
| const Standard_Real | Udeb, | ||
| const Standard_Real | Ufin | ||
| ) |
| Handle_IGESData_IGESEntity GeomToIGES_GeomCurve::TransferCurve | ( | const Handle< Geom_Conic > & | start, |
| const Standard_Real | Udeb, | ||
| const Standard_Real | Ufin | ||
| ) |
| Handle_IGESData_IGESEntity GeomToIGES_GeomCurve::TransferCurve | ( | const Handle< Geom_TrimmedCurve > & | start, |
| const Standard_Real | Udeb, | ||
| const Standard_Real | Ufin | ||
| ) |
| Handle_IGESData_IGESEntity GeomToIGES_GeomCurve::TransferCurve | ( | const Handle< Geom_BezierCurve > & | start, |
| const Standard_Real | Udeb, | ||
| const Standard_Real | Ufin | ||
| ) |
| Handle_IGESData_IGESEntity GeomToIGES_GeomCurve::TransferCurve | ( | const Handle< Geom_BSplineCurve > & | start, |
| const Standard_Real | Udeb, | ||
| const Standard_Real | Ufin | ||
| ) |
| Handle_IGESData_IGESEntity GeomToIGES_GeomCurve::TransferCurve | ( | const Handle< Geom_BoundedCurve > & | start, |
| const Standard_Real | Udeb, | ||
| const Standard_Real | Ufin | ||
| ) |
| Handle_IGESData_IGESEntity GeomToIGES_GeomCurve::TransferCurve | ( | const Handle< Geom_Curve > & | start, |
| const Standard_Real | Udeb, | ||
| const Standard_Real | Ufin | ||
| ) |
| Handle_IGESData_IGESEntity GeomToIGES_GeomCurve::TransferCurve | ( | const Handle< Geom_Parabola > & | start, |
| const Standard_Real | Udeb, | ||
| const Standard_Real | Ufin | ||
| ) |
| Handle_IGESData_IGESEntity GeomToIGES_GeomCurve::TransferCurve | ( | const Handle< Geom_OffsetCurve > & | start, |
| const Standard_Real | Udeb, | ||
| const Standard_Real | Ufin | ||
| ) |
1.7.4