-- Created on: 1995-12-04 -- Created by: EXPRESS->CDL V0.2 Translator -- Copyright (c) 1995-1999 Matra Datavision -- Copyright (c) 1999-2012 OPEN CASCADE SAS -- -- The content of this file is subject to the Open CASCADE Technology Public -- License Version 6.5 (the "License"). You may not use the content of this file -- except in compliance with the License. Please obtain a copy of the License -- at http://www.opencascade.org and read it completely before using this file. -- -- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its -- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. -- -- The Original Code and all software distributed under the License is -- distributed on an "AS IS" basis, without warranty of any kind, and the -- Initial Developer hereby disclaims all such warranties, including without -- limitation, any warranties of merchantability, fitness for a particular -- purpose or non-infringement. Please see the License for the specific terms -- and conditions governing the rights and limitations under the License. package RWStepShape uses StepData, Interface, TCollection, TColStd, StepShape is --class ReadWriteModule; --class GeneralModule; class RWAdvancedBrepShapeRepresentation; class RWAdvancedFace; class RWBlock; class RWBooleanResult; class RWBoxDomain; class RWBoxedHalfSpace; class RWBrepWithVoids; class RWClosedShell; class RWCompoundShapeRepresentation; class RWConnectedEdgeSet; class RWConnectedFaceShapeRepresentation; class RWConnectedFaceSet; -- Removed from Rev2 to Rev4 : class RWCsgRepresentation; class RWCsgShapeRepresentation; class RWCsgSolid; class RWDefinitionalRepresentationAndShapeRepresentation; -- abv CAX-IF TRJ4 k1_geo-ac class RWEdge; class RWEdgeBasedWireframeModel; class RWEdgeBasedWireframeShapeRepresentation; class RWEdgeCurve; class RWEdgeLoop; class RWExtrudedAreaSolid; class RWFace; class RWFaceBasedSurfaceModel; class RWFaceBound; class RWFaceOuterBound; class RWFaceSurface; class RWFacetedBrep; class RWFacetedBrepAndBrepWithVoids; -- Added by FMA class RWFacetedBrepShapeRepresentation; class RWGeometricCurveSet; class RWGeometricSet; class RWGeometricallyBoundedSurfaceShapeRepresentation; class RWGeometricallyBoundedWireframeShapeRepresentation; class RWHalfSpaceSolid; class RWLoop; class RWManifoldSolidBrep; class RWManifoldSurfaceShapeRepresentation; class RWNonManifoldSurfaceShapeRepresentation; class RWOpenShell; class RWOrientedClosedShell; class RWOrientedEdge; class RWOrientedFace; class RWOrientedOpenShell; class RWOrientedPath; class RWPath; class RWPolyLoop; class RWRevolvedAreaSolid; class RWRightAngularWedge; class RWRightCircularCone; class RWRightCircularCylinder; class RWShapeRepresentation; class RWShellBasedSurfaceModel; class RWSolidModel; class RWSolidReplica; class RWSphere; class RWSweptAreaSolid; class RWTopologicalRepresentationItem; class RWTorus; class RWTransitionalShapeRepresentation; class RWVertex; class RWVertexLoop; class RWVertexPoint; class RWLoopAndPath; -- Added from AP214 CC1 to CC2 class RWContextDependentShapeRepresentation; class RWShapeDefinitionRepresentation; -- moved from StepRepr -- Added from CC2 to DIS class RWSweptFaceSolid; class RWExtrudedFaceSolid; class RWRevolvedFaceSolid; -- ABV 18 Apr 00: for dimensions and tolerances (Part 47) class RWAngularLocation; class RWAngularSize; class RWDimensionalCharacteristicRepresentation; class RWDimensionalLocation; class RWDimensionalLocationWithPath; class RWDimensionalSize; class RWDimensionalSizeWithPath; class RWShapeDimensionRepresentation; -- CKY 25 APR 2001 : dim.tol, continued (TR7J) class RWLimitsAndFits; class RWToleranceValue; class RWMeasureQualification; class RWPlusMinusTolerance; class RWPrecisionQualifier; class RWTypeQualifier; class RWQualifiedRepresentationItem; class RWMeasureRepresentationItemAndQualifiedRepresentationItem; -- Added from AP214 IS to DIS class RWConnectedFaceSubSet; class RWSeamEdge; class RWSubedge; class RWSubface; --- Added for AP209 class RWPointRepresentation; --- added for TR12J (GD&T) class RWShapeRepresentationWithParameters; ---Package Method --- -- Init; ---Purpose: enforced the initialisation of the libraries end RWStepShape;