From bc4bd219d6f590c3e73e572448b985435d7ebff9 Mon Sep 17 00:00:00 2001 From: dpasukhi Date: Thu, 4 Jan 2024 12:29:53 +0000 Subject: [PATCH] 0033564: Data Exchange, STEP - Making default unit parameter Updated signature for step makers with units to have default unit as a mm (no scaling) --- .../GeomToStep_MakeAxis1Placement.hxx | 10 +-- .../GeomToStep_MakeAxis2Placement2d.hxx | 5 +- .../GeomToStep_MakeAxis2Placement3d.hxx | 11 ++- .../GeomToStep_MakeBSplineCurveWithKnots.hxx | 5 +- ...eCurveWithKnotsAndRationalBSplineCurve.hxx | 5 +- ...GeomToStep_MakeBSplineSurfaceWithKnots.hxx | 3 +- ...faceWithKnotsAndRationalBSplineSurface.hxx | 3 +- .../GeomToStep_MakeBoundedCurve.hxx | 5 +- .../GeomToStep_MakeBoundedSurface.hxx | 3 +- src/GeomToStep/GeomToStep_MakeCircle.hxx | 7 +- src/GeomToStep/GeomToStep_MakeConic.hxx | 5 +- .../GeomToStep_MakeConicalSurface.hxx | 3 +- src/GeomToStep/GeomToStep_MakeCurve.hxx | 5 +- .../GeomToStep_MakeCylindricalSurface.hxx | 3 +- .../GeomToStep_MakeElementarySurface.hxx | 3 +- src/GeomToStep/GeomToStep_MakeEllipse.hxx | 7 +- src/GeomToStep/GeomToStep_MakeHyperbola.hxx | 4 +- src/GeomToStep/GeomToStep_MakeLine.hxx | 9 +- src/GeomToStep/GeomToStep_MakeParabola.hxx | 5 +- src/GeomToStep/GeomToStep_MakePlane.hxx | 5 +- src/GeomToStep/GeomToStep_MakePolyline.hxx | 5 +- ...omToStep_MakeRectangularTrimmedSurface.hxx | 3 +- .../GeomToStep_MakeSphericalSurface.hxx | 3 +- src/GeomToStep/GeomToStep_MakeSurface.hxx | 3 +- ...eomToStep_MakeSurfaceOfLinearExtrusion.hxx | 3 +- .../GeomToStep_MakeSurfaceOfRevolution.hxx | 3 +- .../GeomToStep_MakeSweptSurface.hxx | 3 +- .../GeomToStep_MakeToroidalSurface.hxx | 3 +- src/GeomToStep/GeomToStep_MakeVector.hxx | 9 +- src/GeomToStep/GeomToStep_Root.hxx | 1 + src/STEPCAFControl/STEPCAFControl_Reader.hxx | 19 ++-- src/STEPCAFControl/STEPCAFControl_Writer.hxx | 12 +-- .../STEPConstruct_UnitContext.hxx | 8 +- .../STEPConstruct_ValidationProps.hxx | 5 +- src/STEPControl/STEPControl_ActorRead.cxx | 2 +- src/STEPControl/STEPControl_ActorRead.hxx | 16 ++-- src/STEPControl/STEPControl_ActorWrite.hxx | 7 +- src/StepToGeom/StepToGeom.hxx | 88 +++++++++---------- src/StepToTopoDS/StepToTopoDS_Builder.cxx | 4 +- src/StepToTopoDS/StepToTopoDS_Builder.hxx | 26 +++--- .../StepToTopoDS_MakeTransformed.hxx | 7 +- .../StepToTopoDS_TranslateCompositeCurve.hxx | 8 +- ...pToTopoDS_TranslateCurveBoundedSurface.hxx | 4 +- .../StepToTopoDS_TranslateEdge.hxx | 9 +- .../StepToTopoDS_TranslateEdgeLoop.hxx | 4 +- .../StepToTopoDS_TranslateFace.hxx | 15 ++-- .../StepToTopoDS_TranslatePolyLoop.hxx | 5 +- .../StepToTopoDS_TranslateShell.hxx | 4 +- .../StepToTopoDS_TranslateSolid.hxx | 2 +- .../StepToTopoDS_TranslateVertex.hxx | 5 +- .../StepToTopoDS_TranslateVertexLoop.hxx | 5 +- src/TopoDSToStep/TopoDSToStep_Builder.hxx | 5 +- .../TopoDSToStep_MakeBrepWithVoids.hxx | 2 +- .../TopoDSToStep_MakeFacetedBrep.hxx | 5 +- ...ToStep_MakeFacetedBrepAndBrepWithVoids.hxx | 2 +- .../TopoDSToStep_MakeGeometricCurveSet.hxx | 2 +- .../TopoDSToStep_MakeManifoldSolidBrep.hxx | 5 +- ...opoDSToStep_MakeShellBasedSurfaceModel.hxx | 6 +- .../TopoDSToStep_MakeStepEdge.hxx | 5 +- .../TopoDSToStep_MakeStepFace.hxx | 5 +- .../TopoDSToStep_MakeStepVertex.hxx | 4 +- .../TopoDSToStep_MakeStepWire.hxx | 4 +- .../TopoDSToStep_WireframeBuilder.hxx | 11 ++- 63 files changed, 206 insertions(+), 247 deletions(-) diff --git a/src/GeomToStep/GeomToStep_MakeAxis1Placement.hxx b/src/GeomToStep/GeomToStep_MakeAxis1Placement.hxx index 4e3baad9da..2c7a592760 100644 --- a/src/GeomToStep/GeomToStep_MakeAxis1Placement.hxx +++ b/src/GeomToStep/GeomToStep_MakeAxis1Placement.hxx @@ -20,10 +20,10 @@ #include #include #include +#include #include -class StepData_Factors; class StepGeom_Axis1Placement; class gp_Ax1; class gp_Ax2d; @@ -43,16 +43,16 @@ public: Standard_EXPORT GeomToStep_MakeAxis1Placement(const gp_Ax1& A, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeAxis1Placement(const gp_Ax2d& A, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeAxis1Placement(const Handle(Geom_Axis1Placement)& A, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeAxis1Placement(const Handle(Geom2d_AxisPlacement)& A, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_Axis1Placement)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeAxis2Placement2d.hxx b/src/GeomToStep/GeomToStep_MakeAxis2Placement2d.hxx index e2ceb4c5d3..e8adea3199 100644 --- a/src/GeomToStep/GeomToStep_MakeAxis2Placement2d.hxx +++ b/src/GeomToStep/GeomToStep_MakeAxis2Placement2d.hxx @@ -23,7 +23,6 @@ #include -class StepData_Factors; class StepGeom_Axis2Placement2d; class gp_Ax2; class gp_Ax22d; @@ -41,10 +40,10 @@ public: Standard_EXPORT GeomToStep_MakeAxis2Placement2d(const gp_Ax2& A, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeAxis2Placement2d(const gp_Ax22d& A, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_Axis2Placement2d)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeAxis2Placement3d.hxx b/src/GeomToStep/GeomToStep_MakeAxis2Placement3d.hxx index b11e822129..2047a9d2d4 100644 --- a/src/GeomToStep/GeomToStep_MakeAxis2Placement3d.hxx +++ b/src/GeomToStep/GeomToStep_MakeAxis2Placement3d.hxx @@ -23,7 +23,6 @@ #include #include -class StepData_Factors; class StepGeom_Axis2Placement3d; class gp_Ax2; class gp_Ax3; @@ -42,19 +41,19 @@ public: DEFINE_STANDARD_ALLOC - Standard_EXPORT GeomToStep_MakeAxis2Placement3d(const StepData_Factors& theLocalFactors); + Standard_EXPORT GeomToStep_MakeAxis2Placement3d(const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeAxis2Placement3d(const gp_Ax2& A, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeAxis2Placement3d(const gp_Ax3& A, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeAxis2Placement3d(const gp_Trsf& T, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeAxis2Placement3d(const Handle(Geom_Axis2Placement)& A, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_Axis2Placement3d)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeBSplineCurveWithKnots.hxx b/src/GeomToStep/GeomToStep_MakeBSplineCurveWithKnots.hxx index ea7f140874..785e617da0 100644 --- a/src/GeomToStep/GeomToStep_MakeBSplineCurveWithKnots.hxx +++ b/src/GeomToStep/GeomToStep_MakeBSplineCurveWithKnots.hxx @@ -24,7 +24,6 @@ #include class Geom_BSplineCurve; class Geom2d_BSplineCurve; -class StepData_Factors; class StepGeom_BSplineCurveWithKnots; @@ -41,10 +40,10 @@ public: Standard_EXPORT GeomToStep_MakeBSplineCurveWithKnots(const Handle(Geom_BSplineCurve)& Bsplin, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeBSplineCurveWithKnots(const Handle(Geom2d_BSplineCurve)& Bsplin, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_BSplineCurveWithKnots)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeBSplineCurveWithKnotsAndRationalBSplineCurve.hxx b/src/GeomToStep/GeomToStep_MakeBSplineCurveWithKnotsAndRationalBSplineCurve.hxx index 9adf01acae..5baab74285 100644 --- a/src/GeomToStep/GeomToStep_MakeBSplineCurveWithKnotsAndRationalBSplineCurve.hxx +++ b/src/GeomToStep/GeomToStep_MakeBSplineCurveWithKnotsAndRationalBSplineCurve.hxx @@ -23,7 +23,6 @@ #include -class StepData_Factors; class StepGeom_BSplineCurveWithKnotsAndRationalBSplineCurve; class Geom_BSplineCurve; class Geom2d_BSplineCurve; @@ -42,10 +41,10 @@ public: Standard_EXPORT GeomToStep_MakeBSplineCurveWithKnotsAndRationalBSplineCurve(const Handle(Geom_BSplineCurve)& Bsplin, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeBSplineCurveWithKnotsAndRationalBSplineCurve(const Handle(Geom2d_BSplineCurve)& Bsplin, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_BSplineCurveWithKnotsAndRationalBSplineCurve)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeBSplineSurfaceWithKnots.hxx b/src/GeomToStep/GeomToStep_MakeBSplineSurfaceWithKnots.hxx index 1fe271e450..f30453bc5d 100644 --- a/src/GeomToStep/GeomToStep_MakeBSplineSurfaceWithKnots.hxx +++ b/src/GeomToStep/GeomToStep_MakeBSplineSurfaceWithKnots.hxx @@ -22,7 +22,6 @@ #include #include -class StepData_Factors; class StepGeom_BSplineSurfaceWithKnots; class Geom_BSplineSurface; @@ -40,7 +39,7 @@ public: Standard_EXPORT GeomToStep_MakeBSplineSurfaceWithKnots(const Handle(Geom_BSplineSurface)& Bsplin, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_BSplineSurfaceWithKnots)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeBSplineSurfaceWithKnotsAndRationalBSplineSurface.hxx b/src/GeomToStep/GeomToStep_MakeBSplineSurfaceWithKnotsAndRationalBSplineSurface.hxx index ca714b11ae..7fc7b34884 100644 --- a/src/GeomToStep/GeomToStep_MakeBSplineSurfaceWithKnotsAndRationalBSplineSurface.hxx +++ b/src/GeomToStep/GeomToStep_MakeBSplineSurfaceWithKnotsAndRationalBSplineSurface.hxx @@ -23,7 +23,6 @@ #include -class StepData_Factors; class StepGeom_BSplineSurfaceWithKnotsAndRationalBSplineSurface; class Geom_BSplineSurface; @@ -41,7 +40,7 @@ public: Standard_EXPORT GeomToStep_MakeBSplineSurfaceWithKnotsAndRationalBSplineSurface(const Handle(Geom_BSplineSurface)& Bsplin, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_BSplineSurfaceWithKnotsAndRationalBSplineSurface)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeBoundedCurve.hxx b/src/GeomToStep/GeomToStep_MakeBoundedCurve.hxx index 26c0df9327..190f16f056 100644 --- a/src/GeomToStep/GeomToStep_MakeBoundedCurve.hxx +++ b/src/GeomToStep/GeomToStep_MakeBoundedCurve.hxx @@ -23,7 +23,6 @@ #include -class StepData_Factors; class StepGeom_BoundedCurve; class Geom_BoundedCurve; class Geom2d_BoundedCurve; @@ -42,10 +41,10 @@ public: Standard_EXPORT GeomToStep_MakeBoundedCurve(const Handle(Geom_BoundedCurve)& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeBoundedCurve(const Handle(Geom2d_BoundedCurve)& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_BoundedCurve)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeBoundedSurface.hxx b/src/GeomToStep/GeomToStep_MakeBoundedSurface.hxx index 17df588b2f..bd061aa580 100644 --- a/src/GeomToStep/GeomToStep_MakeBoundedSurface.hxx +++ b/src/GeomToStep/GeomToStep_MakeBoundedSurface.hxx @@ -23,7 +23,6 @@ #include -class StepData_Factors; class StepGeom_BoundedSurface; class Geom_BoundedSurface; @@ -41,7 +40,7 @@ public: Standard_EXPORT GeomToStep_MakeBoundedSurface(const Handle(Geom_BoundedSurface)& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_BoundedSurface)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeCircle.hxx b/src/GeomToStep/GeomToStep_MakeCircle.hxx index abd6360f2b..391e06f52d 100644 --- a/src/GeomToStep/GeomToStep_MakeCircle.hxx +++ b/src/GeomToStep/GeomToStep_MakeCircle.hxx @@ -23,7 +23,6 @@ #include -class StepData_Factors; class StepGeom_Circle; class gp_Circ; class Geom_Circle; @@ -42,13 +41,13 @@ public: Standard_EXPORT GeomToStep_MakeCircle(const gp_Circ& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeCircle(const Handle(Geom_Circle)& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeCircle(const Handle(Geom2d_Circle)& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_Circle)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeConic.hxx b/src/GeomToStep/GeomToStep_MakeConic.hxx index dfdaa13e78..ef68a9878c 100644 --- a/src/GeomToStep/GeomToStep_MakeConic.hxx +++ b/src/GeomToStep/GeomToStep_MakeConic.hxx @@ -25,7 +25,6 @@ class StepGeom_Conic; class Geom_Conic; class Geom2d_Conic; -class StepData_Factors; //! This class implements the mapping between classes @@ -40,10 +39,10 @@ public: Standard_EXPORT GeomToStep_MakeConic(const Handle(Geom_Conic)& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeConic(const Handle(Geom2d_Conic)& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_Conic)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeConicalSurface.hxx b/src/GeomToStep/GeomToStep_MakeConicalSurface.hxx index 31479c494a..83ea3bfd0f 100644 --- a/src/GeomToStep/GeomToStep_MakeConicalSurface.hxx +++ b/src/GeomToStep/GeomToStep_MakeConicalSurface.hxx @@ -24,7 +24,6 @@ #include class StepGeom_ConicalSurface; class Geom_ConicalSurface; -class StepData_Factors; //! This class implements the mapping between class @@ -39,7 +38,7 @@ public: Standard_EXPORT GeomToStep_MakeConicalSurface(const Handle(Geom_ConicalSurface)& CSurf, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_ConicalSurface)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeCurve.hxx b/src/GeomToStep/GeomToStep_MakeCurve.hxx index 325143b139..595f16c55a 100644 --- a/src/GeomToStep/GeomToStep_MakeCurve.hxx +++ b/src/GeomToStep/GeomToStep_MakeCurve.hxx @@ -22,7 +22,6 @@ #include #include -class StepData_Factors; class StepGeom_Curve; class Geom_Curve; class Geom2d_Curve; @@ -40,10 +39,10 @@ public: Standard_EXPORT GeomToStep_MakeCurve(const Handle(Geom_Curve)& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeCurve(const Handle(Geom2d_Curve)& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_Curve)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeCylindricalSurface.hxx b/src/GeomToStep/GeomToStep_MakeCylindricalSurface.hxx index 6325002b5d..acbb9c7dff 100644 --- a/src/GeomToStep/GeomToStep_MakeCylindricalSurface.hxx +++ b/src/GeomToStep/GeomToStep_MakeCylindricalSurface.hxx @@ -24,7 +24,6 @@ #include class StepGeom_CylindricalSurface; class Geom_CylindricalSurface; -class StepData_Factors; //! This class implements the mapping between class @@ -39,7 +38,7 @@ public: Standard_EXPORT GeomToStep_MakeCylindricalSurface(const Handle(Geom_CylindricalSurface)& CSurf, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_CylindricalSurface)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeElementarySurface.hxx b/src/GeomToStep/GeomToStep_MakeElementarySurface.hxx index 4ccdd301ed..af102ba745 100644 --- a/src/GeomToStep/GeomToStep_MakeElementarySurface.hxx +++ b/src/GeomToStep/GeomToStep_MakeElementarySurface.hxx @@ -23,7 +23,6 @@ #include -class StepData_Factors; class StepGeom_ElementarySurface; class Geom_ElementarySurface; @@ -41,7 +40,7 @@ public: Standard_EXPORT GeomToStep_MakeElementarySurface(const Handle(Geom_ElementarySurface)& S, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_ElementarySurface)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeEllipse.hxx b/src/GeomToStep/GeomToStep_MakeEllipse.hxx index a9b4971eb9..0f1b14858b 100644 --- a/src/GeomToStep/GeomToStep_MakeEllipse.hxx +++ b/src/GeomToStep/GeomToStep_MakeEllipse.hxx @@ -23,7 +23,6 @@ #include -class StepData_Factors; class StepGeom_Ellipse; class gp_Elips; class Geom_Ellipse; @@ -42,13 +41,13 @@ public: Standard_EXPORT GeomToStep_MakeEllipse(const gp_Elips& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeEllipse(const Handle(Geom_Ellipse)& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeEllipse(const Handle(Geom2d_Ellipse)& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_Ellipse)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeHyperbola.hxx b/src/GeomToStep/GeomToStep_MakeHyperbola.hxx index e42b4be8e4..7b9912171d 100644 --- a/src/GeomToStep/GeomToStep_MakeHyperbola.hxx +++ b/src/GeomToStep/GeomToStep_MakeHyperbola.hxx @@ -38,10 +38,10 @@ public: Standard_EXPORT GeomToStep_MakeHyperbola(const Handle(Geom2d_Hyperbola)& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeHyperbola(const Handle(Geom_Hyperbola)& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_Hyperbola)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeLine.hxx b/src/GeomToStep/GeomToStep_MakeLine.hxx index d7e6991351..d871cd55b6 100644 --- a/src/GeomToStep/GeomToStep_MakeLine.hxx +++ b/src/GeomToStep/GeomToStep_MakeLine.hxx @@ -22,7 +22,6 @@ #include #include -class StepData_Factors; class StepGeom_Line; class gp_Lin; class gp_Lin2d; @@ -42,16 +41,16 @@ public: Standard_EXPORT GeomToStep_MakeLine(const gp_Lin& L, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeLine(const gp_Lin2d& L, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeLine(const Handle(Geom_Line)& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeLine(const Handle(Geom2d_Line)& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_Line)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeParabola.hxx b/src/GeomToStep/GeomToStep_MakeParabola.hxx index 78a39b51e4..aa837e0bc8 100644 --- a/src/GeomToStep/GeomToStep_MakeParabola.hxx +++ b/src/GeomToStep/GeomToStep_MakeParabola.hxx @@ -25,7 +25,6 @@ class StepGeom_Parabola; class Geom2d_Parabola; class Geom_Parabola; -class StepData_Factors; //! This class implements the mapping between the class @@ -39,10 +38,10 @@ public: Standard_EXPORT GeomToStep_MakeParabola(const Handle(Geom2d_Parabola)& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeParabola(const Handle(Geom_Parabola)& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_Parabola)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakePlane.hxx b/src/GeomToStep/GeomToStep_MakePlane.hxx index cc6a772371..7f0cabf841 100644 --- a/src/GeomToStep/GeomToStep_MakePlane.hxx +++ b/src/GeomToStep/GeomToStep_MakePlane.hxx @@ -22,7 +22,6 @@ #include #include -class StepData_Factors; class StepGeom_Plane; class gp_Pln; class Geom_Plane; @@ -40,10 +39,10 @@ public: Standard_EXPORT GeomToStep_MakePlane(const gp_Pln& P, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakePlane(const Handle(Geom_Plane)& P, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_Plane)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakePolyline.hxx b/src/GeomToStep/GeomToStep_MakePolyline.hxx index 80635bf719..f52adfb852 100644 --- a/src/GeomToStep/GeomToStep_MakePolyline.hxx +++ b/src/GeomToStep/GeomToStep_MakePolyline.hxx @@ -25,7 +25,6 @@ #include #include -class StepData_Factors; class StepGeom_Polyline; @@ -39,10 +38,10 @@ public: Standard_EXPORT GeomToStep_MakePolyline(const TColgp_Array1OfPnt& P, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakePolyline(const TColgp_Array1OfPnt2d& P, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_Polyline)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeRectangularTrimmedSurface.hxx b/src/GeomToStep/GeomToStep_MakeRectangularTrimmedSurface.hxx index 68832c62d5..a509f48d8f 100644 --- a/src/GeomToStep/GeomToStep_MakeRectangularTrimmedSurface.hxx +++ b/src/GeomToStep/GeomToStep_MakeRectangularTrimmedSurface.hxx @@ -23,7 +23,6 @@ #include -class StepData_Factors; class StepGeom_RectangularTrimmedSurface; class Geom_RectangularTrimmedSurface; @@ -41,7 +40,7 @@ public: Standard_EXPORT GeomToStep_MakeRectangularTrimmedSurface(const Handle(Geom_RectangularTrimmedSurface)& RTSurf, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_RectangularTrimmedSurface)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeSphericalSurface.hxx b/src/GeomToStep/GeomToStep_MakeSphericalSurface.hxx index 9f1697e000..3dbbdd8b2a 100644 --- a/src/GeomToStep/GeomToStep_MakeSphericalSurface.hxx +++ b/src/GeomToStep/GeomToStep_MakeSphericalSurface.hxx @@ -23,7 +23,6 @@ #include -class StepData_Factors; class StepGeom_SphericalSurface; class Geom_SphericalSurface; @@ -40,7 +39,7 @@ public: Standard_EXPORT GeomToStep_MakeSphericalSurface(const Handle(Geom_SphericalSurface)& CSurf, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_SphericalSurface)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeSurface.hxx b/src/GeomToStep/GeomToStep_MakeSurface.hxx index 7ff59b1858..7834efb55a 100644 --- a/src/GeomToStep/GeomToStep_MakeSurface.hxx +++ b/src/GeomToStep/GeomToStep_MakeSurface.hxx @@ -23,7 +23,6 @@ #include -class StepData_Factors; class StepGeom_Surface; class Geom_Surface; @@ -40,7 +39,7 @@ public: Standard_EXPORT GeomToStep_MakeSurface(const Handle(Geom_Surface)& C, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_Surface)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeSurfaceOfLinearExtrusion.hxx b/src/GeomToStep/GeomToStep_MakeSurfaceOfLinearExtrusion.hxx index 85774c5032..86d2eec31c 100644 --- a/src/GeomToStep/GeomToStep_MakeSurfaceOfLinearExtrusion.hxx +++ b/src/GeomToStep/GeomToStep_MakeSurfaceOfLinearExtrusion.hxx @@ -23,7 +23,6 @@ #include -class StepData_Factors; class StepGeom_SurfaceOfLinearExtrusion; class Geom_SurfaceOfLinearExtrusion; @@ -40,7 +39,7 @@ public: Standard_EXPORT GeomToStep_MakeSurfaceOfLinearExtrusion(const Handle(Geom_SurfaceOfLinearExtrusion)& CSurf, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_SurfaceOfLinearExtrusion)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeSurfaceOfRevolution.hxx b/src/GeomToStep/GeomToStep_MakeSurfaceOfRevolution.hxx index 2caa134add..7d18df9b93 100644 --- a/src/GeomToStep/GeomToStep_MakeSurfaceOfRevolution.hxx +++ b/src/GeomToStep/GeomToStep_MakeSurfaceOfRevolution.hxx @@ -23,7 +23,6 @@ #include -class StepData_Factors; class StepGeom_SurfaceOfRevolution; class Geom_SurfaceOfRevolution; @@ -40,7 +39,7 @@ public: Standard_EXPORT GeomToStep_MakeSurfaceOfRevolution(const Handle(Geom_SurfaceOfRevolution)& RevSurf, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_SurfaceOfRevolution)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeSweptSurface.hxx b/src/GeomToStep/GeomToStep_MakeSweptSurface.hxx index 4406e140f1..50a102ecdf 100644 --- a/src/GeomToStep/GeomToStep_MakeSweptSurface.hxx +++ b/src/GeomToStep/GeomToStep_MakeSweptSurface.hxx @@ -23,7 +23,6 @@ #include -class StepData_Factors; class StepGeom_SweptSurface; class Geom_SweptSurface; @@ -41,7 +40,7 @@ public: Standard_EXPORT GeomToStep_MakeSweptSurface(const Handle(Geom_SweptSurface)& S, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_SweptSurface)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeToroidalSurface.hxx b/src/GeomToStep/GeomToStep_MakeToroidalSurface.hxx index 386ec139ef..5f5a3ab154 100644 --- a/src/GeomToStep/GeomToStep_MakeToroidalSurface.hxx +++ b/src/GeomToStep/GeomToStep_MakeToroidalSurface.hxx @@ -23,7 +23,6 @@ #include -class StepData_Factors; class StepGeom_ToroidalSurface; class Geom_ToroidalSurface; @@ -40,7 +39,7 @@ public: Standard_EXPORT GeomToStep_MakeToroidalSurface(const Handle(Geom_ToroidalSurface)& TorSurf, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_ToroidalSurface)& Value() const; diff --git a/src/GeomToStep/GeomToStep_MakeVector.hxx b/src/GeomToStep/GeomToStep_MakeVector.hxx index 286e0107cd..3914054e1f 100644 --- a/src/GeomToStep/GeomToStep_MakeVector.hxx +++ b/src/GeomToStep/GeomToStep_MakeVector.hxx @@ -23,7 +23,6 @@ #include -class StepData_Factors; class StepGeom_Vector; class gp_Vec; class gp_Vec2d; @@ -43,16 +42,16 @@ public: Standard_EXPORT GeomToStep_MakeVector(const gp_Vec& V, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeVector(const gp_Vec2d& V, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeVector(const Handle(Geom_Vector)& V, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT GeomToStep_MakeVector(const Handle(Geom2d_Vector)& V, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepGeom_Vector)& Value() const; diff --git a/src/GeomToStep/GeomToStep_Root.hxx b/src/GeomToStep/GeomToStep_Root.hxx index 12ac256b25..f8a288906f 100644 --- a/src/GeomToStep/GeomToStep_Root.hxx +++ b/src/GeomToStep/GeomToStep_Root.hxx @@ -20,6 +20,7 @@ #include #include #include +#include #include diff --git a/src/STEPCAFControl/STEPCAFControl_Reader.hxx b/src/STEPCAFControl/STEPCAFControl_Reader.hxx index 5fb211931b..e4b0905cd9 100644 --- a/src/STEPCAFControl/STEPCAFControl_Reader.hxx +++ b/src/STEPCAFControl/STEPCAFControl_Reader.hxx @@ -17,6 +17,7 @@ #define _STEPCAFControl_Reader_HeaderFile #include +#include #include #include #include @@ -38,8 +39,6 @@ class StepShape_ConnectedFaceSet; class StepRepr_NextAssemblyUsageOccurrence; class STEPConstruct_Tool; class StepDimTol_Datum; -class StepData_Factors; - //! Provides a tool to read STEP file and put it into //! DECAF document. Besides transfer of shapes (including @@ -234,7 +233,7 @@ protected: Standard_EXPORT Standard_Boolean ReadColors (const Handle(XSControl_WorkSession)& WS, const Handle(TDocStd_Document)& doc, - const StepData_Factors& theLocalFactors) const; + const StepData_Factors& theLocalFactors = StepData_Factors()) const; //! Reads names of parts defined in the STEP model and //! assigns them to corresponding labels in the DECAF document @@ -246,7 +245,7 @@ protected: Standard_EXPORT Standard_Boolean ReadValProps (const Handle(XSControl_WorkSession)& WS, const Handle(TDocStd_Document)& doc, const STEPCAFControl_DataMapOfPDExternFile& PDFileMap, - const StepData_Factors& theLocalFactors) const; + const StepData_Factors& theLocalFactors = StepData_Factors()) const; //! Reads layers of parts defined in the STEP model and //! set reference between shape and layers in the DECAF document @@ -260,19 +259,19 @@ protected: //! set reference between shape instances from different assemblyes Standard_EXPORT Standard_Boolean ReadGDTs (const Handle(XSControl_WorkSession)& WS, const Handle(TDocStd_Document)& doc, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); //! Reads materials for instances defined in the STEP model and //! set reference between shape instances from different assemblyes Standard_EXPORT Standard_Boolean ReadMaterials (const Handle(XSControl_WorkSession)& WS, const Handle(TDocStd_Document)& doc, const Handle(TColStd_HSequenceOfTransient)& SeqPDS, - const StepData_Factors& theLocalFactors) const; + const StepData_Factors& theLocalFactors = StepData_Factors()) const; //! Reads Views for instances defined in the STEP model Standard_EXPORT Standard_Boolean ReadViews(const Handle(XSControl_WorkSession)& theWS, const Handle(TDocStd_Document)& theDoc, - const StepData_Factors& theLocalFactors) const; + const StepData_Factors& theLocalFactors = StepData_Factors()) const; //! Populates the sub-Label of the passed TDF Label with shape //! data associated with the given STEP Representation Item, @@ -314,20 +313,20 @@ private: const Standard_Real theModifValue, const Handle(TDocStd_Document)& theDoc, const Handle(XSControl_WorkSession)& theWS, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); //! Internal method. Read Datums, connected to GeomTolerance theGDTL. Standard_Boolean readDatumsAP242(const Handle(Standard_Transient)& theEnt, const TDF_Label theGDTL, const Handle(TDocStd_Document)& theDoc, const Handle(XSControl_WorkSession)& theWS, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); //! Internal method. Read Dimension or GeomTolerance. TDF_Label createGDTObjectInXCAF(const Handle(Standard_Transient)& theEnt, const Handle(TDocStd_Document)& theDoc, const Handle(XSControl_WorkSession)& theWS, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); //! Prepares units for transfer void prepareUnits(const Handle(StepData_StepModel)& theModel, diff --git a/src/STEPCAFControl/STEPCAFControl_Writer.hxx b/src/STEPCAFControl/STEPCAFControl_Writer.hxx index 4d2dd03823..ef970c6914 100644 --- a/src/STEPCAFControl/STEPCAFControl_Writer.hxx +++ b/src/STEPCAFControl/STEPCAFControl_Writer.hxx @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include @@ -39,7 +40,6 @@ class XSControl_WorkSession; class TDocStd_Document; class STEPCAFControl_ExternFile; class TopoDS_Shape; -class StepData_Factors; //! Provides a tool to write DECAF document to the //! STEP file. Besides transfer of shapes (including @@ -233,7 +233,7 @@ protected: TopoDS_Shape transferExternFiles(const TDF_Label& theLabel, const STEPControl_StepModelType theMode, TDF_LabelSequence& theLabelSeq, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Standard_CString thePrefix = "", const Message_ProgressRange& theProgress = Message_ProgressRange()); @@ -256,7 +256,7 @@ protected: //! Write D>s assigned to specified labels, to STEP model, according AP242 Standard_Boolean writeDGTsAP242(const Handle(XSControl_WorkSession)& theWS, const TDF_LabelSequence& theLabels, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); //! Write materials assigned to specified labels, to STEP model Standard_Boolean writeMaterials(const Handle(XSControl_WorkSession)& theWS, @@ -297,14 +297,14 @@ protected: const gp_Ax2& theAnnotationPlane, const gp_Pnt& theTextPosition, const Handle(Standard_Transient)& theDimension, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Handle(StepDimTol_Datum) writeDatumAP242(const Handle(XSControl_WorkSession)& theWS, const TDF_LabelSequence& theShapeL, const TDF_Label& theDatumL, const Standard_Boolean isFirstDTarget, const Handle(StepDimTol_Datum)& theWrittenDatum, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); void writeToleranceZone(const Handle(XSControl_WorkSession)& theWS, const Handle(XCAFDimTolObjects_GeomToleranceObject)& theObject, @@ -316,7 +316,7 @@ protected: const TDF_Label& theGeomTolL, const Handle(StepDimTol_HArray1OfDatumSystemOrReference)& theDatumSystem, const Handle(StepRepr_RepresentationContext)& theRC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); private: diff --git a/src/STEPConstruct/STEPConstruct_UnitContext.hxx b/src/STEPConstruct/STEPConstruct_UnitContext.hxx index c463ab42e7..1a7dbb836a 100644 --- a/src/STEPConstruct/STEPConstruct_UnitContext.hxx +++ b/src/STEPConstruct/STEPConstruct_UnitContext.hxx @@ -23,8 +23,8 @@ #include #include +#include #include -class StepData_Factors; class StepData_StepModel; class StepGeom_GeomRepContextAndGlobUnitAssCtxAndGlobUncertaintyAssCtx; class StepRepr_GlobalUnitAssignedContext; @@ -49,7 +49,7 @@ public: //! uncertainty equal to Tol3d) Standard_EXPORT void Init (const Standard_Real Tol3d, const Handle(StepData_StepModel)& theModel, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); //! Returns True if Init was called successfully Standard_EXPORT Standard_Boolean IsDone() const; @@ -60,10 +60,10 @@ public: //! Computes the length, plane angle and solid angle conversion //! factor . Returns a status, 0 if OK Standard_EXPORT Standard_Integer ComputeFactors (const Handle(StepRepr_GlobalUnitAssignedContext)& aContext, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT Standard_Integer ComputeFactors (const Handle(StepBasic_NamedUnit)& aUnit, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); //! Computes the uncertainty value (for length) Standard_EXPORT Standard_Integer ComputeTolerance (const Handle(StepRepr_GlobalUncertaintyAssignedContext)& aContext); diff --git a/src/STEPConstruct/STEPConstruct_ValidationProps.hxx b/src/STEPConstruct/STEPConstruct_ValidationProps.hxx index 4a7bec3d51..bbbb8490c8 100644 --- a/src/STEPConstruct/STEPConstruct_ValidationProps.hxx +++ b/src/STEPConstruct/STEPConstruct_ValidationProps.hxx @@ -26,7 +26,6 @@ #include #include class StepBasic_ProductDefinition; -class StepData_Factors; class XSControl_WorkSession; class TopoDS_Shape; class StepRepr_RepresentationItem; @@ -115,13 +114,13 @@ public: Standard_EXPORT Standard_Boolean GetPropReal (const Handle(StepRepr_RepresentationItem)& item, Standard_Real& Val, Standard_Boolean& isArea, - const StepData_Factors& theLocalFactors) const; + const StepData_Factors& theLocalFactors = StepData_Factors()) const; //! Returns value of Centriod property (or False if it is not) Standard_EXPORT Standard_Boolean GetPropPnt (const Handle(StepRepr_RepresentationItem)& item, const Handle(StepRepr_RepresentationContext)& Context, gp_Pnt& Pnt, - const StepData_Factors& theLocalFactors) const; + const StepData_Factors& theLocalFactors = StepData_Factors()) const; //! Sets current assembly shape SDR (for FindCDSR calls) Standard_EXPORT void SetAssemblyShape (const TopoDS_Shape& shape); diff --git a/src/STEPControl/STEPControl_ActorRead.cxx b/src/STEPControl/STEPControl_ActorRead.cxx index 4ff530270e..60bb24bd5c 100644 --- a/src/STEPControl/STEPControl_ActorRead.cxx +++ b/src/STEPControl/STEPControl_ActorRead.cxx @@ -1469,7 +1469,7 @@ Handle(TransferBRep_ShapeBinder) STEPControl_ActorRead::TransferEntity } else if (start->IsKind(STANDARD_TYPE(StepVisual_TessellatedSurfaceSet))) { - myShapeBuilder.Init(GetCasted(StepVisual_TessellatedSurfaceSet, start), TP, aLocalFactors, aHasGeom); + myShapeBuilder.Init(GetCasted(StepVisual_TessellatedSurfaceSet, start), TP, aHasGeom, aLocalFactors); found = Standard_True; } } diff --git a/src/STEPControl/STEPControl_ActorRead.hxx b/src/STEPControl/STEPControl_ActorRead.hxx index 667a8176b7..16cadcf40d 100644 --- a/src/STEPControl/STEPControl_ActorRead.hxx +++ b/src/STEPControl/STEPControl_ActorRead.hxx @@ -20,6 +20,7 @@ #include #include +#include #include #include #include @@ -47,7 +48,6 @@ class StepShape_FaceSurface; class TopoDS_Shell; class TopoDS_Compound; class StepRepr_ConstructiveGeometryRepresentationRelationship; -class StepData_Factors; class StepData_StepModel; @@ -77,7 +77,7 @@ public: Standard_EXPORT Handle(Transfer_Binder) TransferShape ( const Handle(Standard_Transient)& start, const Handle(Transfer_TransientProcess)& TP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Standard_Boolean isManifold = Standard_True, const Standard_Boolean theUseTrsf = Standard_False, const Message_ProgressRange& theProgress = Message_ProgressRange()); @@ -105,14 +105,14 @@ public: const Handle(StepRepr_Representation)& TargContext, const Handle(Transfer_TransientProcess)& TP, gp_Trsf& Trsf, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); //! Computes transformation defined by given //! REPRESENTATION_RELATIONSHIP_WITH_TRANSFORMATION Standard_EXPORT Standard_Boolean ComputeSRRWT (const Handle(StepRepr_RepresentationRelationship)& SRR, const Handle(Transfer_TransientProcess)& TP, gp_Trsf& Trsf, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); @@ -127,7 +127,7 @@ protected: Standard_EXPORT Handle(TransferBRep_ShapeBinder) TransferEntity ( const Handle(StepBasic_ProductDefinition)& PD, const Handle(Transfer_TransientProcess)& TP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Standard_Boolean theUseTrsf = Standard_False, const Message_ProgressRange& theProgress = Message_ProgressRange()); @@ -135,7 +135,7 @@ protected: Standard_EXPORT Handle(TransferBRep_ShapeBinder) TransferEntity (const Handle(StepRepr_NextAssemblyUsageOccurrence)& NAUO, const Handle(Transfer_TransientProcess)& TP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); //! Transfers shape representation entity @@ -152,7 +152,7 @@ protected: Standard_EXPORT Handle(TransferBRep_ShapeBinder) TransferEntity (const Handle(StepShape_ContextDependentShapeRepresentation)& CDSR, const Handle(Transfer_TransientProcess)& TP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); //! Transfers shape representation relationship entity @@ -189,7 +189,7 @@ protected: Handle(TransferBRep_ShapeBinder) TransferEntity( const Handle(StepRepr_ConstructiveGeometryRepresentationRelationship)& theCGRR, const Handle(Transfer_TransientProcess)& theTP, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); //! Translates file by old way when CDSR are roots . Acts only if "read.step.product_mode" is equal Off. Standard_EXPORT Handle(TransferBRep_ShapeBinder) OldWay diff --git a/src/STEPControl/STEPControl_ActorWrite.hxx b/src/STEPControl/STEPControl_ActorWrite.hxx index 5cf5aca20e..bb75947ff2 100644 --- a/src/STEPControl/STEPControl_ActorWrite.hxx +++ b/src/STEPControl/STEPControl_ActorWrite.hxx @@ -28,7 +28,6 @@ class Transfer_Finder; class Transfer_Binder; class Transfer_FinderProcess; -class StepData_Factors; class StepShape_ShapeDefinitionRepresentation; class StepGeom_Axis2Placement3d; class TopoDS_Shape; @@ -60,7 +59,7 @@ public: const Handle(StepShape_ShapeDefinitionRepresentation)& SDR, Handle(StepGeom_Axis2Placement3d)& AX1, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Handle(TopTools_HSequenceOfShape)& shapeGroup = NULL, const Standard_Boolean isManifold = Standard_True, const Message_ProgressRange& theProgress = Message_ProgressRange()); @@ -69,7 +68,7 @@ public: (const Handle(Transfer_Finder)& start, const Handle(StepShape_ShapeDefinitionRepresentation)& SDR, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Handle(TopTools_HSequenceOfShape)& shapeGroup = NULL, const Standard_Boolean isManifold = Standard_True, const Message_ProgressRange& theProgress = Message_ProgressRange()); @@ -78,7 +77,7 @@ public: (const Handle(Transfer_Finder)& start, const Handle(StepShape_ShapeDefinitionRepresentation)& SDR, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT void SetMode (const STEPControl_StepModelType M); diff --git a/src/StepToGeom/StepToGeom.hxx b/src/StepToGeom/StepToGeom.hxx index 24c74d2595..3f0ee8e92b 100644 --- a/src/StepToGeom/StepToGeom.hxx +++ b/src/StepToGeom/StepToGeom.hxx @@ -20,6 +20,7 @@ #include #include #include +#include class Geom_Axis1Placement; class Geom_Axis2Placement; @@ -67,7 +68,6 @@ class Geom2d_VectorWithMagnitude; class gp_Trsf; class gp_Trsf2d; -class StepData_Factors; class StepGeom_Axis1Placement; class StepGeom_Axis2Placement2d; class StepGeom_Axis2Placement3d; @@ -115,94 +115,94 @@ class StepToGeom public: Standard_EXPORT static Handle(Geom_Axis1Placement) MakeAxis1Placement (const Handle(StepGeom_Axis1Placement)& SA, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_Axis2Placement) MakeAxis2Placement (const Handle(StepGeom_Axis2Placement3d)& SA, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_Axis2Placement) MakeAxis2Placement (const Handle(StepGeom_SuParameters)& SP); Standard_EXPORT static Handle(Geom2d_AxisPlacement) MakeAxisPlacement (const Handle(StepGeom_Axis2Placement2d)& SA, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_BoundedCurve) MakeBoundedCurve (const Handle(StepGeom_BoundedCurve)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom2d_BoundedCurve) MakeBoundedCurve2d (const Handle(StepGeom_BoundedCurve)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_BoundedSurface) MakeBoundedSurface (const Handle(StepGeom_BoundedSurface)& SS, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_BSplineCurve) MakeBSplineCurve (const Handle(StepGeom_BSplineCurve)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom2d_BSplineCurve) MakeBSplineCurve2d (const Handle(StepGeom_BSplineCurve)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_BSplineSurface) MakeBSplineSurface (const Handle(StepGeom_BSplineSurface)& SS, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_CartesianPoint) MakeCartesianPoint (const Handle(StepGeom_CartesianPoint)& SP, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom2d_CartesianPoint) MakeCartesianPoint2d (const Handle(StepGeom_CartesianPoint)& SP, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_Circle) MakeCircle (const Handle(StepGeom_Circle)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom2d_Circle) MakeCircle2d (const Handle(StepGeom_Circle)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_Conic) MakeConic (const Handle(StepGeom_Conic)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom2d_Conic) MakeConic2d (const Handle(StepGeom_Conic)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_ConicalSurface) MakeConicalSurface (const Handle(StepGeom_ConicalSurface)& SS, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_Curve) MakeCurve (const Handle(StepGeom_Curve)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom2d_Curve) MakeCurve2d (const Handle(StepGeom_Curve)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_CylindricalSurface) MakeCylindricalSurface (const Handle(StepGeom_CylindricalSurface)& SS, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_Direction) MakeDirection (const Handle(StepGeom_Direction)& SD); Standard_EXPORT static Handle(Geom2d_Direction) MakeDirection2d (const Handle(StepGeom_Direction)& SD); Standard_EXPORT static Handle(Geom_ElementarySurface) MakeElementarySurface (const Handle(StepGeom_ElementarySurface)& SS, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_Ellipse) MakeEllipse (const Handle(StepGeom_Ellipse)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom2d_Ellipse) MakeEllipse2d (const Handle(StepGeom_Ellipse)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_Hyperbola) MakeHyperbola (const Handle(StepGeom_Hyperbola)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom2d_Hyperbola) MakeHyperbola2d (const Handle(StepGeom_Hyperbola)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_Line) MakeLine (const Handle(StepGeom_Line)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom2d_Line) MakeLine2d (const Handle(StepGeom_Line)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_Parabola) MakeParabola (const Handle(StepGeom_Parabola)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom2d_Parabola) MakeParabola2d (const Handle(StepGeom_Parabola)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_Plane) MakePlane (const Handle(StepGeom_Plane)& SP, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_BSplineCurve) MakePolyline (const Handle(StepGeom_Polyline)& SPL, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom2d_BSplineCurve) MakePolyline2d (const Handle(StepGeom_Polyline)& SPL, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_RectangularTrimmedSurface) MakeRectangularTrimmedSurface (const Handle(StepGeom_RectangularTrimmedSurface)& SS, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_SphericalSurface) MakeSphericalSurface (const Handle(StepGeom_SphericalSurface)& SS, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_Surface) MakeSurface (const Handle(StepGeom_Surface)& SS, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_SurfaceOfLinearExtrusion) MakeSurfaceOfLinearExtrusion (const Handle(StepGeom_SurfaceOfLinearExtrusion)& SS, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_SurfaceOfRevolution) MakeSurfaceOfRevolution (const Handle(StepGeom_SurfaceOfRevolution)& SS, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_SweptSurface) MakeSweptSurface (const Handle(StepGeom_SweptSurface)& SS, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_ToroidalSurface) MakeToroidalSurface (const Handle(StepGeom_ToroidalSurface)& SS, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Standard_Boolean MakeTransformation2d (const Handle(StepGeom_CartesianTransformationOperator2d)& SCTO, gp_Trsf2d& CT, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Standard_Boolean MakeTransformation3d (const Handle(StepGeom_CartesianTransformationOperator3d)& SCTO, gp_Trsf& CT, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_TrimmedCurve) MakeTrimmedCurve (const Handle(StepGeom_TrimmedCurve)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom2d_BSplineCurve) MakeTrimmedCurve2d (const Handle(StepGeom_TrimmedCurve)& SC, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom_VectorWithMagnitude) MakeVectorWithMagnitude (const Handle(StepGeom_Vector)& SV, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT static Handle(Geom2d_VectorWithMagnitude) MakeVectorWithMagnitude2d (const Handle(StepGeom_Vector)& SV); Standard_EXPORT static Handle(TColStd_HArray1OfReal) MakeYprRotation(const StepKinematics_SpatialRotation& SR, const Handle(StepRepr_GlobalUnitAssignedContext)& theCntxt); }; diff --git a/src/StepToTopoDS/StepToTopoDS_Builder.cxx b/src/StepToTopoDS/StepToTopoDS_Builder.cxx index aabf96b097..49991f88a1 100644 --- a/src/StepToTopoDS/StepToTopoDS_Builder.cxx +++ b/src/StepToTopoDS/StepToTopoDS_Builder.cxx @@ -897,8 +897,8 @@ void StepToTopoDS_Builder::Init(const Handle(StepVisual_TessellatedFace)& theTF, // ============================================================================ void StepToTopoDS_Builder::Init(const Handle(StepVisual_TessellatedSurfaceSet)& theTSS, const Handle(Transfer_TransientProcess)& theTP, - const StepData_Factors& theLocalFactors, - Standard_Boolean& theHasGeom) + Standard_Boolean& theHasGeom, + const StepData_Factors& theLocalFactors) { StepToTopoDS_TranslateFace aTranFace; aTranFace.SetPrecision(Precision()); diff --git a/src/StepToTopoDS/StepToTopoDS_Builder.hxx b/src/StepToTopoDS/StepToTopoDS_Builder.hxx index 4453fb377c..1d77f866d3 100644 --- a/src/StepToTopoDS/StepToTopoDS_Builder.hxx +++ b/src/StepToTopoDS/StepToTopoDS_Builder.hxx @@ -55,41 +55,41 @@ public: Standard_EXPORT void Init (const Handle(StepShape_ManifoldSolidBrep)& theManifoldSolid, const Handle(Transfer_TransientProcess)& theTP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT void Init (const Handle(StepShape_BrepWithVoids)& theBRepWithVoids, const Handle(Transfer_TransientProcess)& theTP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT void Init (const Handle(StepShape_FacetedBrep)& theFB, const Handle(Transfer_TransientProcess)& theTP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT void Init (const Handle(StepShape_FacetedBrepAndBrepWithVoids)& theFBABWV, const Handle(Transfer_TransientProcess)& theTP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT void Init (const Handle(StepShape_ShellBasedSurfaceModel)& S, const Handle(Transfer_TransientProcess)& TP, StepToTopoDS_NMTool& NMTool, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT void Init (const Handle(StepShape_EdgeBasedWireframeModel)& S, const Handle(Transfer_TransientProcess)& TP, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT void Init (const Handle(StepShape_FaceBasedSurfaceModel)& S, const Handle(Transfer_TransientProcess)& TP, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT void Init (const Handle(StepShape_GeometricSet)& S, const Handle(Transfer_TransientProcess)& TP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Handle(Transfer_ActorOfTransientProcess)& RA = NULL, const Standard_Boolean isManifold = Standard_False, const Message_ProgressRange& theProgress = Message_ProgressRange()); @@ -98,26 +98,26 @@ public: const Handle(Transfer_TransientProcess)& theTP, const Standard_Boolean theReadTessellatedWhenNoBRepOnly, Standard_Boolean& theHasGeom, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT void Init (const Handle(StepVisual_TessellatedShell)& theTSh, const Handle(Transfer_TransientProcess)& theTP, const Standard_Boolean theReadTessellatedWhenNoBRepOnly, Standard_Boolean& theHasGeom, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT void Init (const Handle(StepVisual_TessellatedFace)& theTF, const Handle(Transfer_TransientProcess)& theTP, const Standard_Boolean theReadTessellatedWhenNoBRepOnly, Standard_Boolean& theHasGeom, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT void Init (const Handle(StepVisual_TessellatedSurfaceSet)& theTSS, const Handle(Transfer_TransientProcess)& theTP, - const StepData_Factors& theLocalFactors, - Standard_Boolean& theHasGeom); + Standard_Boolean& theHasGeom, + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const TopoDS_Shape& Value() const; diff --git a/src/StepToTopoDS/StepToTopoDS_MakeTransformed.hxx b/src/StepToTopoDS/StepToTopoDS_MakeTransformed.hxx index 5d70185dde..725a0a1986 100644 --- a/src/StepToTopoDS/StepToTopoDS_MakeTransformed.hxx +++ b/src/StepToTopoDS/StepToTopoDS_MakeTransformed.hxx @@ -25,7 +25,6 @@ #include #include -class StepData_Factors; class StepGeom_Axis2Placement3d; class StepGeom_CartesianTransformationOperator3d; class TopoDS_Shape; @@ -47,11 +46,11 @@ public: //! If not done, the transformation will by Identity Standard_EXPORT Standard_Boolean Compute (const Handle(StepGeom_Axis2Placement3d)& Origin, const Handle(StepGeom_Axis2Placement3d)& Target, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); //! Computes a transformation defined by an operator 3D Standard_EXPORT Standard_Boolean Compute (const Handle(StepGeom_CartesianTransformationOperator3d)& Operator, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); //! Returns the computed transformation (Identity if not yet or //! if failed) @@ -73,7 +72,7 @@ public: //! transformed as an instance of this Shape Standard_EXPORT TopoDS_Shape TranslateMappedItem (const Handle(StepRepr_MappedItem)& mapit, const Handle(Transfer_TransientProcess)& TP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateCompositeCurve.hxx b/src/StepToTopoDS/StepToTopoDS_TranslateCompositeCurve.hxx index d940a2fe87..1fa50bee77 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateCompositeCurve.hxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateCompositeCurve.hxx @@ -49,26 +49,26 @@ public: //! Translates standalone composite_curve Standard_EXPORT StepToTopoDS_TranslateCompositeCurve(const Handle(StepGeom_CompositeCurve)& CC, const Handle(Transfer_TransientProcess)& TP, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); //! Translates composite_curve lying on surface Standard_EXPORT StepToTopoDS_TranslateCompositeCurve(const Handle(StepGeom_CompositeCurve)& CC, const Handle(Transfer_TransientProcess)& TP, const Handle(StepGeom_Surface)& S, const Handle(Geom_Surface)& Surf, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); //! Translates standalone composite_curve Standard_EXPORT Standard_Boolean Init (const Handle(StepGeom_CompositeCurve)& CC, const Handle(Transfer_TransientProcess)& TP, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); //! Translates composite_curve lying on surface Standard_EXPORT Standard_Boolean Init (const Handle(StepGeom_CompositeCurve)& CC, const Handle(Transfer_TransientProcess)& TP, const Handle(StepGeom_Surface)& S, const Handle(Geom_Surface)& Surf, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); //! Returns result of last translation or null wire if failed. Standard_EXPORT const TopoDS_Wire& Value() const; diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateCurveBoundedSurface.hxx b/src/StepToTopoDS/StepToTopoDS_TranslateCurveBoundedSurface.hxx index 176177890c..7def7abf3a 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateCurveBoundedSurface.hxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateCurveBoundedSurface.hxx @@ -41,12 +41,12 @@ public: //! Translate surface Standard_EXPORT StepToTopoDS_TranslateCurveBoundedSurface(const Handle(StepGeom_CurveBoundedSurface)& CBS, const Handle(Transfer_TransientProcess)& TP, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); //! Translate surface Standard_EXPORT Standard_Boolean Init (const Handle(StepGeom_CurveBoundedSurface)& CBS, const Handle(Transfer_TransientProcess)& TP, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); //! Returns result of last translation or null wire if failed. Standard_EXPORT const TopoDS_Face& Value() const; diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateEdge.hxx b/src/StepToTopoDS/StepToTopoDS_TranslateEdge.hxx index 108e255e46..4ecf5a41a7 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateEdge.hxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateEdge.hxx @@ -24,7 +24,6 @@ #include #include #include -class StepData_Factors; class StepShape_Edge; class StepToTopoDS_Tool; class StepToTopoDS_NMTool; @@ -51,12 +50,12 @@ public: Standard_EXPORT StepToTopoDS_TranslateEdge(const Handle(StepShape_Edge)& E, StepToTopoDS_Tool& T, StepToTopoDS_NMTool& NMTool, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT void Init (const Handle(StepShape_Edge)& E, StepToTopoDS_Tool& T, StepToTopoDS_NMTool& NMTool, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); //! Warning! C3D is assumed to be a Curve 3D ... //! other cases to checked before calling this @@ -68,11 +67,11 @@ public: TopoDS_Vertex& V1, TopoDS_Vertex& V2, StepToTopoDS_Tool& T, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT Handle(Geom2d_Curve) MakePCurve (const Handle(StepGeom_Pcurve)& PCU, const Handle(Geom_Surface)& ConvSurf, - const StepData_Factors& theLocalFactors) const; + const StepData_Factors& theLocalFactors = StepData_Factors()) const; Standard_EXPORT const TopoDS_Shape& Value() const; diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateEdgeLoop.hxx b/src/StepToTopoDS/StepToTopoDS_TranslateEdgeLoop.hxx index d20769cede..b5c106c767 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateEdgeLoop.hxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateEdgeLoop.hxx @@ -49,7 +49,7 @@ public: const Standard_Boolean ss, StepToTopoDS_Tool& T, StepToTopoDS_NMTool& NMTool, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT void Init (const Handle(StepShape_FaceBound)& FB, const TopoDS_Face& F, @@ -58,7 +58,7 @@ public: const Standard_Boolean ss, StepToTopoDS_Tool& T, StepToTopoDS_NMTool& NMTool, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const TopoDS_Shape& Value() const; diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateFace.hxx b/src/StepToTopoDS/StepToTopoDS_TranslateFace.hxx index 865e189ba2..c58b56745d 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateFace.hxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateFace.hxx @@ -25,7 +25,6 @@ #include #include class Poly_Triangulation; -class StepData_Factors; class StepShape_FaceSurface; class StepToTopoDS_Tool; class StepToTopoDS_NMTool; @@ -47,36 +46,36 @@ public: Standard_EXPORT StepToTopoDS_TranslateFace(const Handle(StepShape_FaceSurface)& FS, StepToTopoDS_Tool& T, StepToTopoDS_NMTool& NMTool, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT StepToTopoDS_TranslateFace(const Handle(StepVisual_TessellatedFace)& theTF, StepToTopoDS_Tool& theTool, StepToTopoDS_NMTool& theNMTool, const Standard_Boolean theReadTessellatedWhenNoBRepOnly, Standard_Boolean& theHasGeom, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT StepToTopoDS_TranslateFace(const Handle(StepVisual_TessellatedSurfaceSet)& theTSS, StepToTopoDS_Tool& theTool, StepToTopoDS_NMTool& theNMTool, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT void Init (const Handle(StepShape_FaceSurface)& FS, StepToTopoDS_Tool& T, StepToTopoDS_NMTool& NMTool, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT void Init (const Handle(StepVisual_TessellatedFace)& theTF, StepToTopoDS_Tool& theTool, StepToTopoDS_NMTool& theNMTool, const Standard_Boolean theReadTessellatedWhenNoBRepOnly, Standard_Boolean& theHasGeom, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT void Init(const Handle(StepVisual_TessellatedSurfaceSet)& theTSS, StepToTopoDS_Tool& theTool, StepToTopoDS_NMTool& theNMTool, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const TopoDS_Shape& Value() const; @@ -85,7 +84,7 @@ public: private: Handle(Poly_Triangulation) createMesh(const Handle(StepVisual_TessellatedItem)& theTI, - const StepData_Factors& theLocalFactors) const; + const StepData_Factors& theLocalFactors = StepData_Factors()) const; StepToTopoDS_TranslateFaceError myError; TopoDS_Shape myResult; diff --git a/src/StepToTopoDS/StepToTopoDS_TranslatePolyLoop.hxx b/src/StepToTopoDS/StepToTopoDS_TranslatePolyLoop.hxx index 4e02ad30ad..415e8f5017 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslatePolyLoop.hxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslatePolyLoop.hxx @@ -24,7 +24,6 @@ #include #include #include -class StepData_Factors; class StepShape_PolyLoop; class StepToTopoDS_Tool; class Geom_Surface; @@ -45,13 +44,13 @@ public: StepToTopoDS_Tool& T, const Handle(Geom_Surface)& S, const TopoDS_Face& F, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT void Init (const Handle(StepShape_PolyLoop)& PL, StepToTopoDS_Tool& T, const Handle(Geom_Surface)& S, const TopoDS_Face& F, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const TopoDS_Shape& Value() const; diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateShell.hxx b/src/StepToTopoDS/StepToTopoDS_TranslateShell.hxx index f77232b6a1..a7237ee7c3 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateShell.hxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateShell.hxx @@ -44,7 +44,7 @@ public: Standard_EXPORT void Init (const Handle(StepShape_ConnectedFaceSet)& CFS, StepToTopoDS_Tool& T, StepToTopoDS_NMTool& NMTool, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT void Init (const Handle(StepVisual_TessellatedShell)& theTSh, @@ -52,7 +52,7 @@ public: StepToTopoDS_NMTool& theNMTool, const Standard_Boolean theReadTessellatedWhenNoBRepOnly, Standard_Boolean& theHasGeom, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT const TopoDS_Shape& Value() const; diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateSolid.hxx b/src/StepToTopoDS/StepToTopoDS_TranslateSolid.hxx index e4f648d475..b88733e8ac 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateSolid.hxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateSolid.hxx @@ -44,7 +44,7 @@ public: StepToTopoDS_NMTool& theNMTool, const Standard_Boolean theReadTessellatedWhenNoBRepOnly, Standard_Boolean& theHasGeom, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT const TopoDS_Shape& Value() const; diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateVertex.hxx b/src/StepToTopoDS/StepToTopoDS_TranslateVertex.hxx index f14697c484..265dfef413 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateVertex.hxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateVertex.hxx @@ -24,7 +24,6 @@ #include #include #include -class StepData_Factors; class StepShape_Vertex; class StepToTopoDS_Tool; class StepToTopoDS_NMTool; @@ -43,12 +42,12 @@ public: Standard_EXPORT StepToTopoDS_TranslateVertex(const Handle(StepShape_Vertex)& V, StepToTopoDS_Tool& T, StepToTopoDS_NMTool& NMTool, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT void Init (const Handle(StepShape_Vertex)& V, StepToTopoDS_Tool& T, StepToTopoDS_NMTool& NMTool, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const TopoDS_Shape& Value() const; diff --git a/src/StepToTopoDS/StepToTopoDS_TranslateVertexLoop.hxx b/src/StepToTopoDS/StepToTopoDS_TranslateVertexLoop.hxx index cd17991dac..878b65220e 100644 --- a/src/StepToTopoDS/StepToTopoDS_TranslateVertexLoop.hxx +++ b/src/StepToTopoDS/StepToTopoDS_TranslateVertexLoop.hxx @@ -24,7 +24,6 @@ #include #include #include -class StepData_Factors; class StepShape_VertexLoop; class StepToTopoDS_Tool; class StepToTopoDS_NMTool; @@ -43,12 +42,12 @@ public: Standard_EXPORT StepToTopoDS_TranslateVertexLoop(const Handle(StepShape_VertexLoop)& VL, StepToTopoDS_Tool& T, StepToTopoDS_NMTool& NMTool, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT void Init (const Handle(StepShape_VertexLoop)& VL, StepToTopoDS_Tool& T, StepToTopoDS_NMTool& NMTool, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const TopoDS_Shape& Value() const; diff --git a/src/TopoDSToStep/TopoDSToStep_Builder.hxx b/src/TopoDSToStep/TopoDSToStep_Builder.hxx index cd5123b166..ceca05392a 100644 --- a/src/TopoDSToStep/TopoDSToStep_Builder.hxx +++ b/src/TopoDSToStep/TopoDSToStep_Builder.hxx @@ -25,7 +25,6 @@ #include #include -class StepData_Factors; class StepShape_TopologicalRepresentationItem; class StepVisual_TessellatedItem; class TopoDS_Shape; @@ -48,14 +47,14 @@ public: TopoDSToStep_Tool& T, const Handle(Transfer_FinderProcess)& FP, const Standard_Integer theTessellatedGeomParam, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT void Init (const TopoDS_Shape& S, TopoDSToStep_Tool& T, const Handle(Transfer_FinderProcess)& FP, const Standard_Integer theTessellatedGeomParam, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT TopoDSToStep_BuilderError Error() const; diff --git a/src/TopoDSToStep/TopoDSToStep_MakeBrepWithVoids.hxx b/src/TopoDSToStep/TopoDSToStep_MakeBrepWithVoids.hxx index bd317c7409..d57f714270 100644 --- a/src/TopoDSToStep/TopoDSToStep_MakeBrepWithVoids.hxx +++ b/src/TopoDSToStep/TopoDSToStep_MakeBrepWithVoids.hxx @@ -44,7 +44,7 @@ public: Standard_EXPORT TopoDSToStep_MakeBrepWithVoids(const TopoDS_Solid& S, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT const Handle(StepShape_BrepWithVoids)& Value() const; diff --git a/src/TopoDSToStep/TopoDSToStep_MakeFacetedBrep.hxx b/src/TopoDSToStep/TopoDSToStep_MakeFacetedBrep.hxx index 2391b5a55e..fb406f6c13 100644 --- a/src/TopoDSToStep/TopoDSToStep_MakeFacetedBrep.hxx +++ b/src/TopoDSToStep/TopoDSToStep_MakeFacetedBrep.hxx @@ -24,7 +24,6 @@ #include #include -class StepData_Factors; class StepShape_FacetedBrep; class StepVisual_TessellatedItem; class TopoDS_Shell; @@ -46,12 +45,12 @@ public: Standard_EXPORT TopoDSToStep_MakeFacetedBrep(const TopoDS_Shell& S, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT TopoDSToStep_MakeFacetedBrep(const TopoDS_Solid& S, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT const Handle(StepShape_FacetedBrep)& Value() const; diff --git a/src/TopoDSToStep/TopoDSToStep_MakeFacetedBrepAndBrepWithVoids.hxx b/src/TopoDSToStep/TopoDSToStep_MakeFacetedBrepAndBrepWithVoids.hxx index e4c67e1dfe..fcf25c7fe7 100644 --- a/src/TopoDSToStep/TopoDSToStep_MakeFacetedBrepAndBrepWithVoids.hxx +++ b/src/TopoDSToStep/TopoDSToStep_MakeFacetedBrepAndBrepWithVoids.hxx @@ -43,7 +43,7 @@ public: Standard_EXPORT TopoDSToStep_MakeFacetedBrepAndBrepWithVoids(const TopoDS_Solid& S, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT const Handle(StepShape_FacetedBrepAndBrepWithVoids)& Value() const; diff --git a/src/TopoDSToStep/TopoDSToStep_MakeGeometricCurveSet.hxx b/src/TopoDSToStep/TopoDSToStep_MakeGeometricCurveSet.hxx index a204e82a45..cdabdfd61d 100644 --- a/src/TopoDSToStep/TopoDSToStep_MakeGeometricCurveSet.hxx +++ b/src/TopoDSToStep/TopoDSToStep_MakeGeometricCurveSet.hxx @@ -39,7 +39,7 @@ public: Standard_EXPORT TopoDSToStep_MakeGeometricCurveSet(const TopoDS_Shape& SH, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepShape_GeometricCurveSet)& Value() const; diff --git a/src/TopoDSToStep/TopoDSToStep_MakeManifoldSolidBrep.hxx b/src/TopoDSToStep/TopoDSToStep_MakeManifoldSolidBrep.hxx index 9edb3c59b0..05f76c6ce6 100644 --- a/src/TopoDSToStep/TopoDSToStep_MakeManifoldSolidBrep.hxx +++ b/src/TopoDSToStep/TopoDSToStep_MakeManifoldSolidBrep.hxx @@ -24,7 +24,6 @@ #include #include -class StepData_Factors; class StepShape_ManifoldSolidBrep; class StepVisual_TessellatedItem; class TopoDS_Shell; @@ -45,12 +44,12 @@ public: Standard_EXPORT TopoDSToStep_MakeManifoldSolidBrep(const TopoDS_Shell& S, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT TopoDSToStep_MakeManifoldSolidBrep(const TopoDS_Solid& S, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT const Handle(StepShape_ManifoldSolidBrep)& Value() const; diff --git a/src/TopoDSToStep/TopoDSToStep_MakeShellBasedSurfaceModel.hxx b/src/TopoDSToStep/TopoDSToStep_MakeShellBasedSurfaceModel.hxx index 78971c5e76..d27251c941 100644 --- a/src/TopoDSToStep/TopoDSToStep_MakeShellBasedSurfaceModel.hxx +++ b/src/TopoDSToStep/TopoDSToStep_MakeShellBasedSurfaceModel.hxx @@ -45,17 +45,17 @@ public: Standard_EXPORT TopoDSToStep_MakeShellBasedSurfaceModel(const TopoDS_Face& F, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT TopoDSToStep_MakeShellBasedSurfaceModel(const TopoDS_Shell& S, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT TopoDSToStep_MakeShellBasedSurfaceModel(const TopoDS_Solid& S, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors, + const StepData_Factors& theLocalFactors = StepData_Factors(), const Message_ProgressRange& theProgress = Message_ProgressRange()); Standard_EXPORT const Handle(StepShape_ShellBasedSurfaceModel)& Value() const; diff --git a/src/TopoDSToStep/TopoDSToStep_MakeStepEdge.hxx b/src/TopoDSToStep/TopoDSToStep_MakeStepEdge.hxx index 5b8b2aadc3..889a2d64d2 100644 --- a/src/TopoDSToStep/TopoDSToStep_MakeStepEdge.hxx +++ b/src/TopoDSToStep/TopoDSToStep_MakeStepEdge.hxx @@ -23,7 +23,6 @@ #include #include -class StepData_Factors; class StepShape_TopologicalRepresentationItem; class TopoDS_Edge; class TopoDSToStep_Tool; @@ -45,12 +44,12 @@ public: Standard_EXPORT TopoDSToStep_MakeStepEdge(const TopoDS_Edge& E, TopoDSToStep_Tool& T, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT void Init (const TopoDS_Edge& E, TopoDSToStep_Tool& T, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepShape_TopologicalRepresentationItem)& Value() const; diff --git a/src/TopoDSToStep/TopoDSToStep_MakeStepFace.hxx b/src/TopoDSToStep/TopoDSToStep_MakeStepFace.hxx index 9a3a8c9e17..03ba81f2b5 100644 --- a/src/TopoDSToStep/TopoDSToStep_MakeStepFace.hxx +++ b/src/TopoDSToStep/TopoDSToStep_MakeStepFace.hxx @@ -23,7 +23,6 @@ #include #include -class StepData_Factors; class StepShape_TopologicalRepresentationItem; class TopoDS_Face; class TopoDSToStep_Tool; @@ -45,12 +44,12 @@ public: Standard_EXPORT TopoDSToStep_MakeStepFace(const TopoDS_Face& F, TopoDSToStep_Tool& T, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT void Init (const TopoDS_Face& F, TopoDSToStep_Tool& T, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepShape_TopologicalRepresentationItem)& Value() const; diff --git a/src/TopoDSToStep/TopoDSToStep_MakeStepVertex.hxx b/src/TopoDSToStep/TopoDSToStep_MakeStepVertex.hxx index 08152b0f87..54fe98d160 100644 --- a/src/TopoDSToStep/TopoDSToStep_MakeStepVertex.hxx +++ b/src/TopoDSToStep/TopoDSToStep_MakeStepVertex.hxx @@ -44,12 +44,12 @@ public: Standard_EXPORT TopoDSToStep_MakeStepVertex(const TopoDS_Vertex& V, TopoDSToStep_Tool& T, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT void Init (const TopoDS_Vertex& V, TopoDSToStep_Tool& T, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepShape_TopologicalRepresentationItem)& Value() const; diff --git a/src/TopoDSToStep/TopoDSToStep_MakeStepWire.hxx b/src/TopoDSToStep/TopoDSToStep_MakeStepWire.hxx index 2a59599b00..8a07277fce 100644 --- a/src/TopoDSToStep/TopoDSToStep_MakeStepWire.hxx +++ b/src/TopoDSToStep/TopoDSToStep_MakeStepWire.hxx @@ -44,12 +44,12 @@ public: Standard_EXPORT TopoDSToStep_MakeStepWire(const TopoDS_Wire& W, TopoDSToStep_Tool& T, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT void Init (const TopoDS_Wire& W, TopoDSToStep_Tool& T, const Handle(Transfer_FinderProcess)& FP, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT const Handle(StepShape_TopologicalRepresentationItem)& Value() const; diff --git a/src/TopoDSToStep/TopoDSToStep_WireframeBuilder.hxx b/src/TopoDSToStep/TopoDSToStep_WireframeBuilder.hxx index 16936a2ae1..ad829c8be4 100644 --- a/src/TopoDSToStep/TopoDSToStep_WireframeBuilder.hxx +++ b/src/TopoDSToStep/TopoDSToStep_WireframeBuilder.hxx @@ -25,7 +25,6 @@ #include #include #include -class StepData_Factors; class TopoDS_Shape; class TopoDSToStep_Tool; class Transfer_FinderProcess; @@ -46,11 +45,11 @@ public: Standard_EXPORT TopoDSToStep_WireframeBuilder(const TopoDS_Shape& S, TopoDSToStep_Tool& T, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT void Init (const TopoDS_Shape& S, TopoDSToStep_Tool& T, - const StepData_Factors& theLocalFactors); + const StepData_Factors& theLocalFactors = StepData_Factors()); Standard_EXPORT TopoDSToStep_BuilderError Error() const; @@ -62,21 +61,21 @@ public: const TopoDS_Face& F, MoniTool_DataMapOfShapeTransient& M, Handle(TColStd_HSequenceOfTransient)& L, - const StepData_Factors& theLocalFactors) const; + const StepData_Factors& theLocalFactors = StepData_Factors()) const; //! Extraction of Trimmed Curves from TopoDS_Face for the //! Creation of a GeometricallyBoundedWireframeRepresentation Standard_EXPORT Standard_Boolean GetTrimmedCurveFromFace (const TopoDS_Face& F, MoniTool_DataMapOfShapeTransient& M, Handle(TColStd_HSequenceOfTransient)& L, - const StepData_Factors& theLocalFactors) const; + const StepData_Factors& theLocalFactors = StepData_Factors()) const; //! Extraction of Trimmed Curves from any TopoDS_Shape for the //! Creation of a GeometricallyBoundedWireframeRepresentation Standard_EXPORT Standard_Boolean GetTrimmedCurveFromShape (const TopoDS_Shape& S, MoniTool_DataMapOfShapeTransient& M, Handle(TColStd_HSequenceOfTransient)& L, - const StepData_Factors& theLocalFactors) const; + const StepData_Factors& theLocalFactors = StepData_Factors()) const;