This class implements the transfer of the Surface Entity from Geom To IGES. These can be : . BoundedSurface.
More...
|
| GeomToIGES_GeomSurface () |
|
| GeomToIGES_GeomSurface (const GeomToIGES_GeomEntity &GE) |
| Creates a tool GeomSurface ready to run and sets its fields as GE's.
|
|
Handle< IGESData_IGESEntity > | TransferSurface (const Handle< Geom_Surface > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
| Transfert a GeometryEntity which answer True to the member : BRepToIGES::IsGeomSurface(Geometry). If this Entity could not be converted, this member returns a NullEntity.
|
|
Handle< IGESData_IGESEntity > | TransferSurface (const Handle< Geom_BoundedSurface > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
|
Handle< IGESData_IGESEntity > | TransferSurface (const Handle< Geom_BSplineSurface > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
|
Handle< IGESData_IGESEntity > | TransferSurface (const Handle< Geom_BezierSurface > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
|
Handle< IGESData_IGESEntity > | TransferSurface (const Handle< Geom_RectangularTrimmedSurface > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
|
Handle< IGESData_IGESEntity > | TransferSurface (const Handle< Geom_ElementarySurface > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
|
Handle< IGESData_IGESEntity > | TransferSurface (const Handle< Geom_Plane > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
|
Handle< IGESData_IGESEntity > | TransferSurface (const Handle< Geom_CylindricalSurface > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
|
Handle< IGESData_IGESEntity > | TransferSurface (const Handle< Geom_ConicalSurface > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
|
Handle< IGESData_IGESEntity > | TransferSurface (const Handle< Geom_SphericalSurface > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
|
Handle< IGESData_IGESEntity > | TransferSurface (const Handle< Geom_ToroidalSurface > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
|
Handle< IGESData_IGESEntity > | TransferSurface (const Handle< Geom_SweptSurface > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
|
Handle< IGESData_IGESEntity > | TransferSurface (const Handle< Geom_SurfaceOfLinearExtrusion > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
|
Handle< IGESData_IGESEntity > | TransferSurface (const Handle< Geom_SurfaceOfRevolution > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
|
Handle< IGESData_IGESEntity > | TransferSurface (const Handle< Geom_OffsetSurface > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
|
Handle< IGESData_IGESEntity > | TransferPlaneSurface (const Handle< Geom_Plane > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
|
Handle< IGESData_IGESEntity > | TransferCylindricalSurface (const Handle< Geom_CylindricalSurface > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
|
Handle< IGESData_IGESEntity > | TransferConicalSurface (const Handle< Geom_ConicalSurface > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
|
Handle< IGESData_IGESEntity > | TransferSphericalSurface (const Handle< Geom_SphericalSurface > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
|
Handle< IGESData_IGESEntity > | TransferToroidalSurface (const Handle< Geom_ToroidalSurface > &start, const Standard_Real Udeb, const Standard_Real Ufin, const Standard_Real Vdeb, const Standard_Real Vfin) |
|
Standard_Real | Length () const |
| Returns the value of "TheLength".
|
|
Standard_Boolean | GetBRepMode () const |
| Returns Brep mode flag.
|
|
void | SetBRepMode (const Standard_Boolean flag) |
| Sets BRep mode flag.
|
|
Standard_Boolean | GetAnalyticMode () const |
| Returns flag for writing elementary surfaces.
|
|
void | SetAnalyticMode (const Standard_Boolean flag) |
| Setst flag for writing elementary surfaces.
|
|
| 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 Surface Entity from Geom To IGES. These can be : . BoundedSurface.
- BSplineSurface
- BezierSurface
- RectangularTrimmedSurface . ElementarySurface
- Plane
- CylindricalSurface
- ConicalSurface
- SphericalSurface
- ToroidalSurface . SweptSurface
- SurfaceOfLinearExtrusion
- SurfaceOfRevolution . OffsetSurface