1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0024830: Remove redundant keyword 'mutable' in CDL declarations

Redundant keyword 'mutable' removed in CDL files.
In IGESConvGeom_GeomBuilder, unused methods MakeXY() and MakeXYZ() removed.
Method StepAP214_AutoDesignGroupAssignment::Init() replicating same method of the base class is removed as it causes CDL extraction error after above (seemingly irrelevant) changes.
This commit is contained in:
abv
2014-04-15 08:50:00 +04:00
committed by apn
parent 99c68ea35f
commit 6e33d3ced2
2421 changed files with 6557 additions and 6604 deletions

View File

@@ -28,7 +28,7 @@ is
Create returns RWAddress;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable Address from StepBasic);
ach : in out Check; ent : Address from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : Address from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWApplicationContext;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ApplicationContext from StepBasic);
ach : in out Check; ent : ApplicationContext from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ApplicationContext from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWApplicationContextElement;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ApplicationContextElement from StepBasic);
ach : in out Check; ent : ApplicationContextElement from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ApplicationContextElement from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWApplicationProtocolDefinition;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ApplicationProtocolDefinition from StepBasic);
ach : in out Check; ent : ApplicationProtocolDefinition from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ApplicationProtocolDefinition from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWApproval;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable Approval from StepBasic);
ach : in out Check; ent : Approval from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : Approval from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWApprovalDateTime;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ApprovalDateTime from StepBasic);
ach : in out Check; ent : ApprovalDateTime from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ApprovalDateTime from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWApprovalPersonOrganization;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ApprovalPersonOrganization from StepBasic);
ach : in out Check; ent : ApprovalPersonOrganization from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ApprovalPersonOrganization from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWApprovalRelationship;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ApprovalRelationship from StepBasic);
ach : in out Check; ent : ApprovalRelationship from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ApprovalRelationship from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWApprovalRole;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ApprovalRole from StepBasic);
ach : in out Check; ent : ApprovalRole from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ApprovalRole from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWApprovalStatus;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ApprovalStatus from StepBasic);
ach : in out Check; ent : ApprovalStatus from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ApprovalStatus from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWCalendarDate;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable CalendarDate from StepBasic);
ach : in out Check; ent : CalendarDate from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : CalendarDate from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWConversionBasedUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ConversionBasedUnit from StepBasic);
ach : in out Check; ent : ConversionBasedUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ConversionBasedUnit from StepBasic);

View File

@@ -31,7 +31,7 @@ is
Create returns RWConversionBasedUnitAndAreaUnit from RWStepBasic;
ReadStep (me; data: StepReaderData; num : Integer;
ach : in out Check; ent : mutable ConversionBasedUnitAndAreaUnit from StepBasic);
ach : in out Check; ent : ConversionBasedUnitAndAreaUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ConversionBasedUnitAndAreaUnit from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWConversionBasedUnitAndLengthUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ConversionBasedUnitAndLengthUnit from StepBasic);
ach : in out Check; ent : ConversionBasedUnitAndLengthUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ConversionBasedUnitAndLengthUnit from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWConversionBasedUnitAndMassUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ConversionBasedUnitAndMassUnit from StepBasic);
ach : in out Check; ent : ConversionBasedUnitAndMassUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ConversionBasedUnitAndMassUnit from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWConversionBasedUnitAndPlaneAngleUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ConversionBasedUnitAndPlaneAngleUnit from StepBasic);
ach : in out Check; ent : ConversionBasedUnitAndPlaneAngleUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ConversionBasedUnitAndPlaneAngleUnit from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWConversionBasedUnitAndRatioUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ConversionBasedUnitAndRatioUnit from StepBasic);
ach : in out Check; ent : ConversionBasedUnitAndRatioUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ConversionBasedUnitAndRatioUnit from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWConversionBasedUnitAndSolidAngleUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ConversionBasedUnitAndSolidAngleUnit from StepBasic);
ach : in out Check; ent : ConversionBasedUnitAndSolidAngleUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ConversionBasedUnitAndSolidAngleUnit from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWConversionBasedUnitAndTimeUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ConversionBasedUnitAndTimeUnit from StepBasic);
ach : in out Check; ent : ConversionBasedUnitAndTimeUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ConversionBasedUnitAndTimeUnit from StepBasic);

View File

@@ -31,7 +31,7 @@ is
Create returns RWConversionBasedUnitAndVolumeUnit from RWStepBasic;
ReadStep (me; data: StepReaderData; num : Integer;
ach : in out Check; ent : mutable ConversionBasedUnitAndVolumeUnit from StepBasic);
ach : in out Check; ent : ConversionBasedUnitAndVolumeUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ConversionBasedUnitAndVolumeUnit from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWCoordinatedUniversalTimeOffset;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable CoordinatedUniversalTimeOffset from StepBasic);
ach : in out Check; ent : CoordinatedUniversalTimeOffset from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : CoordinatedUniversalTimeOffset from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWDate;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable Date from StepBasic);
ach : in out Check; ent : Date from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : Date from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWDateAndTime;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable DateAndTime from StepBasic);
ach : in out Check; ent : DateAndTime from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : DateAndTime from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWDateRole;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable DateRole from StepBasic);
ach : in out Check; ent : DateRole from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : DateRole from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWDateTimeRole;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable DateTimeRole from StepBasic);
ach : in out Check; ent : DateTimeRole from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : DateTimeRole from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWDerivedUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable DerivedUnit from StepBasic);
ach : in out Check; ent : DerivedUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : DerivedUnit from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWDerivedUnitElement;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable DerivedUnitElement from StepBasic);
ach : in out Check; ent : DerivedUnitElement from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : DerivedUnitElement from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWDimensionalExponents;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable DimensionalExponents from StepBasic);
ach : in out Check; ent : DimensionalExponents from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : DimensionalExponents from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWDocumentRelationship;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable DocumentRelationship from StepBasic);
ach : in out Check; ent : DocumentRelationship from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : DocumentRelationship from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWDocumentType;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable DocumentType from StepBasic);
ach : in out Check; ent : DocumentType from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : DocumentType from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWDocumentUsageConstraint;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable DocumentUsageConstraint from StepBasic);
ach : in out Check; ent : DocumentUsageConstraint from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : DocumentUsageConstraint from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWEffectivity;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable Effectivity from StepBasic);
ach : in out Check; ent : Effectivity from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : Effectivity from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWLengthMeasureWithUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable LengthMeasureWithUnit from StepBasic);
ach : in out Check; ent : LengthMeasureWithUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : LengthMeasureWithUnit from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWLengthUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable LengthUnit from StepBasic);
ach : in out Check; ent : LengthUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : LengthUnit from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWLocalTime;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable LocalTime from StepBasic);
ach : in out Check; ent : LocalTime from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : LocalTime from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWMassMeasureWithUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable MassMeasureWithUnit from StepBasic);
ach : in out Check; ent : MassMeasureWithUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : MassMeasureWithUnit from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWMeasureWithUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable MeasureWithUnit from StepBasic);
ach : in out Check; ent : MeasureWithUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : MeasureWithUnit from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWMechanicalContext;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable MechanicalContext from StepBasic);
ach : in out Check; ent : MechanicalContext from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : MechanicalContext from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWNamedUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable NamedUnit from StepBasic);
ach : in out Check; ent : NamedUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : NamedUnit from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWOrdinalDate;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable OrdinalDate from StepBasic);
ach : in out Check; ent : OrdinalDate from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : OrdinalDate from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWOrganization;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable Organization from StepBasic);
ach : in out Check; ent : Organization from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : Organization from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWOrganizationRole;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable OrganizationRole from StepBasic);
ach : in out Check; ent : OrganizationRole from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : OrganizationRole from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWOrganizationalAddress;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable OrganizationalAddress from StepBasic);
ach : in out Check; ent : OrganizationalAddress from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : OrganizationalAddress from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWPerson;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable Person from StepBasic);
ach : in out Check; ent : Person from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : Person from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWPersonAndOrganization;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable PersonAndOrganization from StepBasic);
ach : in out Check; ent : PersonAndOrganization from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : PersonAndOrganization from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWPersonAndOrganizationRole;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable PersonAndOrganizationRole from StepBasic);
ach : in out Check; ent : PersonAndOrganizationRole from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : PersonAndOrganizationRole from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWPersonalAddress;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable PersonalAddress from StepBasic);
ach : in out Check; ent : PersonalAddress from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : PersonalAddress from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWPlaneAngleMeasureWithUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable PlaneAngleMeasureWithUnit from StepBasic);
ach : in out Check; ent : PlaneAngleMeasureWithUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : PlaneAngleMeasureWithUnit from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWPlaneAngleUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable PlaneAngleUnit from StepBasic);
ach : in out Check; ent : PlaneAngleUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : PlaneAngleUnit from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWProduct;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable Product from StepBasic);
ach : in out Check; ent : Product from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : Product from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWProductCategory;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ProductCategory from StepBasic);
ach : in out Check; ent : ProductCategory from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ProductCategory from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWProductContext;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ProductContext from StepBasic);
ach : in out Check; ent : ProductContext from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ProductContext from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWProductDefinition;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ProductDefinition from StepBasic);
ach : in out Check; ent : ProductDefinition from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ProductDefinition from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWProductDefinitionContext;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ProductDefinitionContext from StepBasic);
ach : in out Check; ent : ProductDefinitionContext from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ProductDefinitionContext from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWProductDefinitionEffectivity;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ProductDefinitionEffectivity from StepBasic);
ach : in out Check; ent : ProductDefinitionEffectivity from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ProductDefinitionEffectivity from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWProductDefinitionFormation;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ProductDefinitionFormation from StepBasic);
ach : in out Check; ent : ProductDefinitionFormation from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ProductDefinitionFormation from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWProductDefinitionFormationWithSpecifiedSource;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ProductDefinitionFormationWithSpecifiedSource from StepBasic);
ach : in out Check; ent : ProductDefinitionFormationWithSpecifiedSource from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ProductDefinitionFormationWithSpecifiedSource from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWProductDefinitionWithAssociatedDocuments;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ProductDefinitionWithAssociatedDocuments from StepBasic);
ach : in out Check; ent : ProductDefinitionWithAssociatedDocuments from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ProductDefinitionWithAssociatedDocuments from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWProductRelatedProductCategory;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ProductRelatedProductCategory from StepBasic);
ach : in out Check; ent : ProductRelatedProductCategory from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ProductRelatedProductCategory from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWProductType;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ProductType from StepBasic);
ach : in out Check; ent : ProductType from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : ProductType from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWRatioMeasureWithUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable RatioMeasureWithUnit from StepBasic);
ach : in out Check; ent : RatioMeasureWithUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : RatioMeasureWithUnit from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWSecurityClassification;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable SecurityClassification from StepBasic);
ach : in out Check; ent : SecurityClassification from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : SecurityClassification from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWSecurityClassificationLevel;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable SecurityClassificationLevel from StepBasic);
ach : in out Check; ent : SecurityClassificationLevel from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : SecurityClassificationLevel from StepBasic);

View File

@@ -33,7 +33,7 @@ is
Create returns RWSiUnit;
ReadStep (me; data: StepReaderData; num: Integer;
ach : in out Check; ent: mutable SiUnit from StepBasic);
ach : in out Check; ent: SiUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : SiUnit from StepBasic);

View File

@@ -30,7 +30,7 @@ is
Create returns RWSiUnitAndAreaUnit from RWStepBasic;
ReadStep (me; data: StepReaderData; num: Integer;
ach : in out Check; ent: mutable SiUnitAndAreaUnit from StepBasic);
ach : in out Check; ent: SiUnitAndAreaUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent: SiUnitAndAreaUnit from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWSiUnitAndLengthUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable SiUnitAndLengthUnit from StepBasic);
ach : in out Check; ent : SiUnitAndLengthUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : SiUnitAndLengthUnit from StepBasic);

View File

@@ -27,7 +27,7 @@ is
Create returns RWSiUnitAndMassUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable SiUnitAndMassUnit from StepBasic);
ach : in out Check; ent : SiUnitAndMassUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : SiUnitAndMassUnit from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWSiUnitAndPlaneAngleUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable SiUnitAndPlaneAngleUnit from StepBasic);
ach : in out Check; ent : SiUnitAndPlaneAngleUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : SiUnitAndPlaneAngleUnit from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWSiUnitAndRatioUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable SiUnitAndRatioUnit from StepBasic);
ach : in out Check; ent : SiUnitAndRatioUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : SiUnitAndRatioUnit from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWSiUnitAndSolidAngleUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable SiUnitAndSolidAngleUnit from StepBasic);
ach : in out Check; ent : SiUnitAndSolidAngleUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : SiUnitAndSolidAngleUnit from StepBasic);

View File

@@ -27,7 +27,7 @@ is
Create returns RWSiUnitAndThermodynamicTemperatureUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable SiUnitAndThermodynamicTemperatureUnit from StepBasic);
ach : in out Check; ent : SiUnitAndThermodynamicTemperatureUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : SiUnitAndThermodynamicTemperatureUnit from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWSiUnitAndTimeUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable SiUnitAndTimeUnit from StepBasic);
ach : in out Check; ent : SiUnitAndTimeUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : SiUnitAndTimeUnit from StepBasic);

View File

@@ -30,7 +30,7 @@ is
Create returns RWSiUnitAndVolumeUnit from RWStepBasic;
ReadStep (me; data: StepReaderData; num: Integer;
ach : in out Check; ent: mutable SiUnitAndVolumeUnit from StepBasic);
ach : in out Check; ent: SiUnitAndVolumeUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent: SiUnitAndVolumeUnit from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWSolidAngleMeasureWithUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable SolidAngleMeasureWithUnit from StepBasic);
ach : in out Check; ent : SolidAngleMeasureWithUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : SolidAngleMeasureWithUnit from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWSolidAngleUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable SolidAngleUnit from StepBasic);
ach : in out Check; ent : SolidAngleUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : SolidAngleUnit from StepBasic);

View File

@@ -29,7 +29,7 @@ is
Create returns RWUncertaintyMeasureWithUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable UncertaintyMeasureWithUnit from StepBasic);
ach : in out Check; ent : UncertaintyMeasureWithUnit from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : UncertaintyMeasureWithUnit from StepBasic);

View File

@@ -28,7 +28,7 @@ is
Create returns RWWeekOfYearAndDayDate;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable WeekOfYearAndDayDate from StepBasic);
ach : in out Check; ent : WeekOfYearAndDayDate from StepBasic);
WriteStep (me; SW : in out StepWriter; ent : WeekOfYearAndDayDate from StepBasic);