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.
|
| |
| occ::handle< IGESData_IGESEntity > | TransferSurface (const occ::handle< Geom_Surface > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| | Transfer a GeometryEntity which answer True to the member : BRepToIGES::IsGeomSurface(Geometry). If this Entity could not be converted, this member returns a NullEntity.
|
| |
| occ::handle< IGESData_IGESEntity > | TransferSurface (const occ::handle< Geom_BoundedSurface > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| |
| occ::handle< IGESData_IGESEntity > | TransferSurface (const occ::handle< Geom_BSplineSurface > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| |
| occ::handle< IGESData_IGESEntity > | TransferSurface (const occ::handle< Geom_BezierSurface > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| |
| occ::handle< IGESData_IGESEntity > | TransferSurface (const occ::handle< Geom_RectangularTrimmedSurface > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| |
| occ::handle< IGESData_IGESEntity > | TransferSurface (const occ::handle< Geom_ElementarySurface > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| |
| occ::handle< IGESData_IGESEntity > | TransferSurface (const occ::handle< Geom_Plane > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| |
| occ::handle< IGESData_IGESEntity > | TransferSurface (const occ::handle< Geom_CylindricalSurface > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| |
| occ::handle< IGESData_IGESEntity > | TransferSurface (const occ::handle< Geom_ConicalSurface > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| |
| occ::handle< IGESData_IGESEntity > | TransferSurface (const occ::handle< Geom_SphericalSurface > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| |
| occ::handle< IGESData_IGESEntity > | TransferSurface (const occ::handle< Geom_ToroidalSurface > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| |
| occ::handle< IGESData_IGESEntity > | TransferSurface (const occ::handle< Geom_SweptSurface > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| |
| occ::handle< IGESData_IGESEntity > | TransferSurface (const occ::handle< Geom_SurfaceOfLinearExtrusion > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| |
| occ::handle< IGESData_IGESEntity > | TransferSurface (const occ::handle< Geom_SurfaceOfRevolution > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| |
| occ::handle< IGESData_IGESEntity > | TransferSurface (const occ::handle< Geom_OffsetSurface > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| |
| occ::handle< IGESData_IGESEntity > | TransferPlaneSurface (const occ::handle< Geom_Plane > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| |
| occ::handle< IGESData_IGESEntity > | TransferCylindricalSurface (const occ::handle< Geom_CylindricalSurface > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| |
| occ::handle< IGESData_IGESEntity > | TransferConicalSurface (const occ::handle< Geom_ConicalSurface > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| |
| occ::handle< IGESData_IGESEntity > | TransferSphericalSurface (const occ::handle< Geom_SphericalSurface > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| |
| occ::handle< IGESData_IGESEntity > | TransferToroidalSurface (const occ::handle< Geom_ToroidalSurface > &start, const double Udeb, const double Ufin, const double Vdeb, const double Vfin) |
| |
| double | Length () const |
| | Returns the value of "TheLength".
|
| |
| bool | GetBRepMode () const |
| | Returns Brep mode flag.
|
| |
| void | SetBRepMode (const bool flag) |
| | Sets BRep mode flag.
|
| |
| bool | GetAnalyticMode () const |
| | Returns flag for writing elementary surfaces.
|
| |
| void | SetAnalyticMode (const bool 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 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 Surface Entity from Geom To IGES. These can be: . BoundedSurface.
- BSplineSurface
- BezierSurface
- RectangularTrimmedSurface . ElementarySurface
- Plane
- CylindricalSurface
- ConicalSurface
- SphericalSurface
- ToroidalSurface . SweptSurface
- SurfaceOfLinearExtrusion
- SurfaceOfRevolution . OffsetSurface