mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0024947: Redesign OCCT legacy type system -- automatic
Automatic upgrade with command "occt_upgdare . -rtti"
This commit is contained in:
@@ -85,6 +85,10 @@
|
||||
#include <Message_Messenger.hxx>
|
||||
#include <Transfer_ActorOfTransientProcess.hxx>
|
||||
#include <STEPControl_ActorRead.hxx>
|
||||
#include <StepGeom_CurveBoundedSurface.hxx>
|
||||
#include <StepGeom_GeometricRepresentationItem.hxx>
|
||||
#include <StepShape_ClosedShell.hxx>
|
||||
#include <StepShape_FaceSurface.hxx>
|
||||
|
||||
static void ResetPreci (const TopoDS_Shape& S, Standard_Real maxtol)
|
||||
{
|
||||
|
@@ -35,6 +35,9 @@
|
||||
#include <StepToGeom_MakeCartesianPoint.hxx>
|
||||
#include <StepToGeom_MakeDirection.hxx>
|
||||
#include <StepToGeom_MakeTransformation3d.hxx>
|
||||
#include <StepGeom_Axis2Placement3d.hxx>
|
||||
#include <StepGeom_CartesianTransformationOperator3d.hxx>
|
||||
#include <StepRepr_ItemDefinedTransformation.hxx>
|
||||
|
||||
|
||||
StepToTopoDS_MakeTransformed::StepToTopoDS_MakeTransformed ()
|
||||
|
@@ -41,6 +41,7 @@
|
||||
|
||||
#include <ShapeExtend_WireData.hxx>
|
||||
#include <ShapeFix_Wire.hxx>
|
||||
#include <StepGeom_CompositeCurve.hxx>
|
||||
|
||||
//=======================================================================
|
||||
//function : Create
|
||||
|
@@ -66,6 +66,7 @@
|
||||
|
||||
// Used in I-DEAS-like STP processing (ssv; 15.11.2010)
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
#include <StepGeom_Polyline.hxx>
|
||||
|
||||
//#define DEBUG
|
||||
|
||||
|
@@ -90,6 +90,7 @@
|
||||
#include <XSAlgo_AlgoContainer.hxx>
|
||||
#include <ElCLib.hxx>
|
||||
#include <Standard_ErrorHandler.hxx>
|
||||
#include <StepGeom_Polyline.hxx>
|
||||
|
||||
// ============================================================================
|
||||
// Method : RemoveSinglePCurve
|
||||
|
@@ -87,6 +87,7 @@
|
||||
|
||||
// To proceed with I-DEAS-like STP (ssv; 15.11.2010)
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
#include <Geom_BSplineSurface.hxx>
|
||||
|
||||
//#define DEBUG
|
||||
|
||||
|
Reference in New Issue
Block a user