mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-26 01:57:30 +08:00
License statement text corrected; compiler warnings caused by Bison 2.41 disabled for MSVC; a few other compiler warnings on 54-bit Windows eliminated by appropriate type cast Wrong license statements corrected in several files. Copyright and license statements added in XSD and GLSL files. Copyright year updated in some files. Obsolete documentation files removed from DrawResources.
175 lines
5.1 KiB
Plaintext
175 lines
5.1 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 RWStepBasic
|
|
|
|
uses
|
|
|
|
StepData, Interface, TCollection, TColStd, StepBasic
|
|
|
|
is
|
|
|
|
|
|
--class ReadWriteModule;
|
|
|
|
--class GeneralModule;
|
|
|
|
class RWAddress;
|
|
class RWApplicationContext;
|
|
class RWApplicationContextElement;
|
|
class RWApplicationProtocolDefinition;
|
|
class RWApproval;
|
|
class RWApprovalPersonOrganization;
|
|
class RWApprovalRelationship;
|
|
class RWApprovalRole;
|
|
class RWApprovalStatus;
|
|
class RWCalendarDate;
|
|
class RWConversionBasedUnit;
|
|
class RWCoordinatedUniversalTimeOffset;
|
|
class RWDate;
|
|
class RWDateAndTime;
|
|
class RWDateRole;
|
|
class RWDateTimeRole;
|
|
class RWDimensionalExponents;
|
|
class RWLengthMeasureWithUnit;
|
|
class RWLengthUnit;
|
|
class RWLocalTime;
|
|
class RWMeasureWithUnit;
|
|
class RWNamedUnit;
|
|
class RWOrdinalDate;
|
|
class RWOrganization;
|
|
class RWOrganizationRole;
|
|
class RWOrganizationalAddress;
|
|
class RWPerson;
|
|
class RWPersonAndOrganization;
|
|
class RWPersonAndOrganizationRole;
|
|
class RWPersonalAddress;
|
|
class RWPlaneAngleMeasureWithUnit;
|
|
class RWPlaneAngleUnit;
|
|
class RWProduct;
|
|
class RWProductCategory;
|
|
class RWProductContext;
|
|
class RWMechanicalContext; -- FMA le 24-07-96
|
|
-- Removed from Rev2 to Rev4 : class RWProductDataRepresentationView;
|
|
class RWProductDefinition;
|
|
class RWProductDefinitionContext;
|
|
class RWProductDefinitionFormation;
|
|
class RWProductDefinitionFormationWithSpecifiedSource;
|
|
class RWProductRelatedProductCategory;
|
|
class RWProductType;
|
|
class RWRatioMeasureWithUnit;
|
|
class RWSecurityClassification;
|
|
class RWSecurityClassificationLevel;
|
|
class RWSiUnit;
|
|
class RWSolidAngleMeasureWithUnit;
|
|
class RWSolidAngleUnit; -- Added by FMA
|
|
class RWUncertaintyMeasureWithUnit;
|
|
class RWWeekOfYearAndDayDate;
|
|
|
|
class RWSiUnitAndLengthUnit;
|
|
class RWSiUnitAndPlaneAngleUnit;
|
|
class RWSiUnitAndRatioUnit; -- Added from Rev2 to Rev4
|
|
class RWSiUnitAndSolidAngleUnit; -- Added by FMA for Rev4
|
|
class RWSiUnitAndTimeUnit; -- Added from Rev2 to Rev4
|
|
class RWSiUnitAndAreaUnit;
|
|
class RWSiUnitAndVolumeUnit;
|
|
class RWSiUnitAndMassUnit; -- Added for AP209 (skl 15.12.2002)
|
|
class RWSiUnitAndThermodynamicTemperatureUnit; -- Added for AP209 (skl 15.12.2002)
|
|
class RWConversionBasedUnitAndLengthUnit;
|
|
class RWConversionBasedUnitAndPlaneAngleUnit;
|
|
class RWConversionBasedUnitAndRatioUnit; -- Added from Rev2 to Rev4
|
|
class RWConversionBasedUnitAndSolidAngleUnit; -- Added by FMA for Rev4
|
|
class RWConversionBasedUnitAndTimeUnit; -- Added from Rev2 to Rev4
|
|
class RWConversionBasedUnitAndAreaUnit;
|
|
class RWConversionBasedUnitAndVolumeUnit;
|
|
class RWConversionBasedUnitAndMassUnit; -- added by skl 10.02.2004 for TRJ13
|
|
class RWMassMeasureWithUnit; -- added by skl 10.02.2004 for TRJ13
|
|
|
|
-- Added from Rev2 to Rev4
|
|
|
|
class RWApprovalDateTime;
|
|
class RWDerivedUnit;
|
|
class RWDerivedUnitElement;
|
|
|
|
-- Added from AP214 CC1 to CC2
|
|
|
|
class RWDocument;
|
|
--class RWDigitalDocument; same as for Document
|
|
|
|
class RWDocumentRelationship;
|
|
class RWDocumentType;
|
|
class RWDocumentUsageConstraint;
|
|
class RWEffectivity;
|
|
class RWProductDefinitionEffectivity;
|
|
class RWProductDefinitionRelationship;
|
|
|
|
class RWProductDefinitionWithAssociatedDocuments;
|
|
--class RWPhysicallyModeledProductDefinition; same as for ProductDefinition
|
|
|
|
-- Added from AP214 CC2 to DIS
|
|
|
|
class RWCharacterizedObject;
|
|
class RWDocumentFile;
|
|
|
|
-- Added for AP203
|
|
class RWAction;
|
|
class RWActionAssignment;
|
|
class RWActionMethod;
|
|
class RWActionRequestAssignment;
|
|
class RWVersionedActionRequest;
|
|
class RWCertification;
|
|
class RWCertificationAssignment;
|
|
class RWCertificationType;
|
|
class RWContract;
|
|
class RWContractAssignment;
|
|
class RWContractType;
|
|
class RWProductConceptContext;
|
|
class RWProductCategoryRelationship;
|
|
class RWActionRequestSolution;
|
|
|
|
-- added for external references (CAX-IF TRJ4)
|
|
class RWDocumentRepresentationType;
|
|
class RWExternalSource;
|
|
class RWExternallyDefinedItem;
|
|
class RWGeneralProperty;
|
|
class RWObjectRole;
|
|
class RWRoleAssociation;
|
|
class RWEffectivityAssignment;
|
|
class RWExternalIdentificationAssignment;
|
|
class RWIdentificationAssignment;
|
|
class RWIdentificationRole;
|
|
class RWNameAssignment;
|
|
class RWGroup;
|
|
class RWGroupAssignment;
|
|
class RWGroupRelationship;
|
|
|
|
|
|
---Added AP209
|
|
class RWEulerAngles;
|
|
class RWMassUnit;
|
|
class RWThermodynamicTemperatureUnit;
|
|
class RWProductDefinitionFormationRelationship;
|
|
|
|
-- added for external references (CAX-IF TRJ11 2003)
|
|
class RWDocumentProductAssociation;
|
|
class RWDocumentProductEquivalence;
|
|
---Package Method ---
|
|
|
|
-- Init;
|
|
---Purpose: enforced the initialisation of the libraries
|
|
|
|
end RWStepBasic;
|