mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-14 16:31:14 +08:00
Mostly duplicated comments were removed and missing ones were moved into dedicated class CDL files. Some more duplicated comments were removed from CDL files. Correction of merge
149 lines
5.7 KiB
Plaintext
149 lines
5.7 KiB
Plaintext
-- Created on: 1995-12-04
|
|
-- Created by: EXPRESS->CDL V0.2 Translator
|
|
-- Copyright (c) 1995-1999 Matra Datavision
|
|
-- Copyright (c) 1999-2014 OPEN CASCADE SAS
|
|
--
|
|
-- This file is part of Open CASCADE Technology software library.
|
|
--
|
|
-- This library is free software; you can redistribute it and/or modify it under
|
|
-- the terms of the GNU Lesser General Public License version 2.1 as published
|
|
-- by the Free Software Foundation, with special exception defined in the file
|
|
-- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
|
-- distribution for complete text of the license and disclaimer of any warranty.
|
|
--
|
|
-- Alternatively, this file may be used under the terms of Open CASCADE
|
|
-- commercial license or contractual agreement.
|
|
|
|
package RWStepVisual
|
|
|
|
uses
|
|
|
|
StepData, Interface, TCollection, TColStd, StepVisual
|
|
|
|
is
|
|
|
|
|
|
--class ReadWriteModule;
|
|
|
|
--class GeneralModule;
|
|
|
|
-- Removed from Rev2 to Rev4 : class RWAnnotationCurveOccurrence;
|
|
-- Removed from Rev2 to Rev4 : class RWAnnotationFillArea;
|
|
-- Removed from Rev2 to Rev4 : class RWAnnotationFillAreaOccurrence;
|
|
-- Removed from Rev2 to Rev4 : class RWAnnotationOccurrence;
|
|
-- Removed from Rev2 to Rev4 : class RWAnnotationSubfigureOccurrence;
|
|
-- Removed from Rev2 to Rev4 : class RWAnnotationSymbol;
|
|
-- Removed from Rev2 to Rev4 : class RWAnnotationSymbolOccurrence;
|
|
-- Removed from Rev2 to Rev4 : class RWAnnotationText;
|
|
-- Removed from Rev2 to Rev4 : class RWAnnotationTextOccurrence;
|
|
class RWAreaInSet;
|
|
class RWBackgroundColour;
|
|
class RWCameraImage;
|
|
class RWCameraModel;
|
|
class RWCameraModelD2;
|
|
class RWCameraModelD3;
|
|
class RWCameraUsage;
|
|
class RWColour;
|
|
class RWColourRgb;
|
|
class RWColourSpecification;
|
|
class RWContextDependentInvisibility;
|
|
class RWContextDependentOverRidingStyledItem;
|
|
-- Removed from CC1-Rev2 to CC1-Rev4, re-added CC2-Rev4 :
|
|
class RWCompositeText;
|
|
-- Removed from Rev2 to Rev4 : class RWCompositeTextWithAssociatedCurves;
|
|
-- Removed from Rev2 to Rev4 : class RWCompositeTextWithBlankingBox;
|
|
-- Removed from CC1-Rev2 to CC1-Rev4, re-added CC2-Rev4 :
|
|
class RWCompositeTextWithExtent;
|
|
|
|
class RWCurveStyle;
|
|
class RWCurveStyleFont;
|
|
class RWCurveStyleFontPattern;
|
|
-- Removed from Rev2 to Rev4 : class RWDefinedSymbol;
|
|
-- Removed from Rev2 to Rev4 : class RWDimensionCurve;
|
|
-- Removed from Rev2 to Rev4 : class RWDimensionCurveTerminator;
|
|
-- Removed from Rev2 to Rev4 : class RWDraughtingAnnotationOccurrence;
|
|
-- Removed from Rev2 to Rev4 : class RWDraughtingCallout;
|
|
class RWDraughtingModel; -- added for CAX-IF TR3
|
|
class RWDraughtingPreDefinedColour;
|
|
class RWDraughtingPreDefinedCurveFont;
|
|
-- Removed from Rev2 to Rev4 : class RWDraughtingSubfigureRepresentation;
|
|
-- Removed from Rev2 to Rev4 : class RWDraughtingSymbolRepresentation;
|
|
-- Removed from Rev2 to Rev4 : class RWDraughtingTextLiteralWithDelineation;
|
|
-- Removed from Rev2 to Rev4 : class RWDrawingDefinition;
|
|
-- Removed from Rev2 to Rev4 : class RWDrawingRevision;
|
|
--moved to RWStepBasic: class RWExternalSource;
|
|
class RWExternallyDefinedCurveFont;
|
|
-- Removed from Rev2 to Rev4 : class RWExternallyDefinedHatchStyle;
|
|
--moved to RWStepBasic: class RWExternallyDefinedItem;
|
|
-- Removed from Rev2 to Rev4 : class RWExternallyDefinedSymbol;
|
|
-- Removed from Rev2 to Rev4 : class RWExternallyDefinedTextFont;
|
|
-- Removed from Rev2 to Rev4 : class RWExternallyDefinedTileStyle;
|
|
class RWFillAreaStyle;
|
|
class RWFillAreaStyleColour;
|
|
-- Removed from Rev2 to Rev4 : class RWFillAreaStyleHatching;
|
|
-- Removed from Rev2 to Rev4 : class RWFillAreaStyleTileSymbolWithStyle;
|
|
-- Removed from Rev2 to Rev4 : class RWFillAreaStyleTiles;
|
|
class RWInvisibility;
|
|
class RWMechanicalDesignGeometricPresentationArea;
|
|
class RWMechanicalDesignGeometricPresentationRepresentation;
|
|
-- Removed from Rev2 to Rev4 : class RWMechanicalDesignPresentationArea;
|
|
class RWOverRidingStyledItem;
|
|
class RWPlanarBox;
|
|
class RWPlanarExtent;
|
|
class RWPointStyle;
|
|
class RWPreDefinedColour;
|
|
class RWPreDefinedCurveFont;
|
|
class RWPreDefinedItem;
|
|
-- Removed from Rev2 to Rev4 : class RWPreDefinedSymbol;
|
|
-- Removed from Rev2 to Rev4 : class RWPreDefinedTextFont;
|
|
class RWPresentationArea;
|
|
class RWPresentationLayerAssignment;
|
|
class RWPresentationRepresentation;
|
|
class RWPresentationSet;
|
|
class RWPresentationSize;
|
|
class RWPresentationStyleAssignment;
|
|
class RWPresentationStyleByContext;
|
|
class RWPresentationView;
|
|
-- Removed from Rev2 to Rev4 : class RWProductDataRepresentationView;
|
|
class RWStyledItem;
|
|
class RWSurfaceSideStyle;
|
|
class RWSurfaceStyleBoundary;
|
|
class RWSurfaceStyleControlGrid;
|
|
class RWSurfaceStyleFillArea;
|
|
class RWSurfaceStyleParameterLine;
|
|
class RWSurfaceStyleSegmentationCurve;
|
|
class RWSurfaceStyleSilhouette;
|
|
class RWSurfaceStyleUsage;
|
|
-- Removed from Rev2 to Rev4 : class RWSymbolColour;
|
|
-- Removed from Rev2 to Rev4 : class RWSymbolRepresentation;
|
|
-- Removed from Rev2 to Rev4 : class RWSymbolRepresentationMap;
|
|
-- Removed from Rev2 to Rev4 : class RWSymbolStyle;
|
|
-- Removed from Rev2 to Rev4 : class RWSymbolTarget;
|
|
class RWTemplate;
|
|
class RWTemplateInstance;
|
|
-- Removed from Rev2 to Rev4 : class RWTerminatorSymbol;
|
|
-- Removed from CC1-Rev2 to CC1-Rev4, re-added CC2-Rev4 :
|
|
class RWTextLiteral;
|
|
-- Removed from Rev2 to Rev4 : class RWTextLiteralWithAssociatedCurves;
|
|
-- Removed from Rev2 to Rev4 : class RWTextLiteralWithBlankingBox;
|
|
-- Removed from Rev2 to Rev4 : class RWTextLiteralWithDelineation;
|
|
-- Removed from Rev2 to Rev4 : class RWTextLiteralWithExtent;
|
|
-- Removed from CC1-Rev2 to CC1-Rev4, re-added CC2-Rev4 :
|
|
class RWTextStyle;
|
|
class RWTextStyleForDefinedFont;
|
|
class RWTextStyleWithBoxCharacteristics;
|
|
-- Removed from Rev2 to Rev4 : class RWTextStyleWithMirror;
|
|
class RWViewVolume;
|
|
|
|
-- Added from Rev2 to Rev4
|
|
class RWPresentedItemRepresentation;
|
|
class RWPresentationLayerUsage;
|
|
|
|
|
|
---Package Method ---
|
|
|
|
-- Init;
|
|
-- Enforced the initialisation of the libraries
|
|
|
|
end RWStepVisual;
|