mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +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:
@@ -25,7 +25,7 @@ uses
|
||||
RepresentationContext from StepRepr
|
||||
is
|
||||
|
||||
Create returns mutable AdvancedBrepShapeRepresentation;
|
||||
Create returns AdvancedBrepShapeRepresentation;
|
||||
---Purpose: Returns a AdvancedBrepShapeRepresentation
|
||||
|
||||
|
||||
|
@@ -26,7 +26,7 @@ uses
|
||||
Boolean from Standard
|
||||
is
|
||||
|
||||
Create returns mutable AdvancedFace;
|
||||
Create returns AdvancedFace;
|
||||
---Purpose: Returns a AdvancedFace
|
||||
|
||||
|
||||
|
@@ -25,24 +25,24 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable Block;
|
||||
Create returns Block;
|
||||
---Purpose: Returns a Block
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aPosition : mutable Axis2Placement3d from StepGeom;
|
||||
aName : HAsciiString from TCollection;
|
||||
aPosition : Axis2Placement3d from StepGeom;
|
||||
aX : Real from Standard;
|
||||
aY : Real from Standard;
|
||||
aZ : Real from Standard) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetPosition(me : mutable; aPosition : mutable Axis2Placement3d);
|
||||
Position (me) returns mutable Axis2Placement3d;
|
||||
SetPosition(me : mutable; aPosition : Axis2Placement3d);
|
||||
Position (me) returns Axis2Placement3d;
|
||||
SetX(me : mutable; aX : Real);
|
||||
X (me) returns Real;
|
||||
SetY(me : mutable; aY : Real);
|
||||
|
@@ -25,15 +25,15 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable BooleanResult;
|
||||
Create returns BooleanResult;
|
||||
---Purpose: Returns a BooleanResult
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aName : HAsciiString from TCollection;
|
||||
aOperator : BooleanOperator from StepShape;
|
||||
aFirstOperand : BooleanOperand from StepShape;
|
||||
aSecondOperand : BooleanOperand from StepShape) is virtual;
|
||||
|
@@ -24,19 +24,19 @@ uses
|
||||
Real from Standard
|
||||
is
|
||||
|
||||
Create returns mutable BoxDomain;
|
||||
Create returns BoxDomain;
|
||||
---Purpose: Returns a BoxDomain
|
||||
|
||||
Init (me : mutable;
|
||||
aCorner : mutable CartesianPoint from StepGeom;
|
||||
aCorner : CartesianPoint from StepGeom;
|
||||
aXlength : Real from Standard;
|
||||
aYlength : Real from Standard;
|
||||
aZlength : Real from Standard) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetCorner(me : mutable; aCorner : mutable CartesianPoint);
|
||||
Corner (me) returns mutable CartesianPoint;
|
||||
SetCorner(me : mutable; aCorner : CartesianPoint);
|
||||
Corner (me) returns CartesianPoint;
|
||||
SetXlength(me : mutable; aXlength : Real);
|
||||
Xlength (me) returns Real;
|
||||
SetYlength(me : mutable; aYlength : Real);
|
||||
|
@@ -26,25 +26,25 @@ uses
|
||||
Boolean from Standard
|
||||
is
|
||||
|
||||
Create returns mutable BoxedHalfSpace;
|
||||
Create returns BoxedHalfSpace;
|
||||
---Purpose: Returns a BoxedHalfSpace
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aBaseSurface : mutable Surface from StepGeom;
|
||||
aName : HAsciiString from TCollection;
|
||||
aBaseSurface : Surface from StepGeom;
|
||||
aAgreementFlag : Boolean from Standard) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aBaseSurface : mutable Surface from StepGeom;
|
||||
aName : HAsciiString from TCollection;
|
||||
aBaseSurface : Surface from StepGeom;
|
||||
aAgreementFlag : Boolean from Standard;
|
||||
aEnclosure : mutable BoxDomain from StepShape) is virtual;
|
||||
aEnclosure : BoxDomain from StepShape) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetEnclosure(me : mutable; aEnclosure : mutable BoxDomain);
|
||||
Enclosure (me) returns mutable BoxDomain;
|
||||
SetEnclosure(me : mutable; aEnclosure : BoxDomain);
|
||||
Enclosure (me) returns BoxDomain;
|
||||
|
||||
fields
|
||||
|
||||
|
@@ -26,24 +26,24 @@ uses
|
||||
ClosedShell from StepShape
|
||||
is
|
||||
|
||||
Create returns mutable BrepWithVoids;
|
||||
Create returns BrepWithVoids;
|
||||
---Purpose: Returns a BrepWithVoids
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aOuter : mutable ClosedShell from StepShape) is redefined;
|
||||
aName : HAsciiString from TCollection;
|
||||
aOuter : ClosedShell from StepShape) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aOuter : mutable ClosedShell from StepShape;
|
||||
aVoids : mutable HArray1OfOrientedClosedShell from StepShape) is virtual;
|
||||
aName : HAsciiString from TCollection;
|
||||
aOuter : ClosedShell from StepShape;
|
||||
aVoids : HArray1OfOrientedClosedShell from StepShape) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetVoids(me : mutable; aVoids : mutable HArray1OfOrientedClosedShell);
|
||||
Voids (me) returns mutable HArray1OfOrientedClosedShell;
|
||||
VoidsValue (me; num : Integer) returns mutable OrientedClosedShell;
|
||||
SetVoids(me : mutable; aVoids : HArray1OfOrientedClosedShell);
|
||||
Voids (me) returns HArray1OfOrientedClosedShell;
|
||||
VoidsValue (me; num : Integer) returns OrientedClosedShell;
|
||||
NbVoids (me) returns Integer;
|
||||
|
||||
fields
|
||||
|
@@ -24,7 +24,7 @@ uses
|
||||
HArray1OfFace from StepShape
|
||||
is
|
||||
|
||||
Create returns mutable ClosedShell;
|
||||
Create returns ClosedShell;
|
||||
---Purpose: Returns a ClosedShell
|
||||
|
||||
|
||||
|
@@ -25,24 +25,24 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable ConnectedFaceSet;
|
||||
Create returns ConnectedFaceSet;
|
||||
---Purpose: Returns a ConnectedFaceSet
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aCfsFaces : mutable HArray1OfFace from StepShape) is virtual;
|
||||
aName : HAsciiString from TCollection;
|
||||
aCfsFaces : HArray1OfFace from StepShape) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetCfsFaces(me : mutable; aCfsFaces : mutable HArray1OfFace)
|
||||
SetCfsFaces(me : mutable; aCfsFaces : HArray1OfFace)
|
||||
is virtual;
|
||||
CfsFaces (me) returns mutable HArray1OfFace
|
||||
CfsFaces (me) returns HArray1OfFace
|
||||
is virtual;
|
||||
CfsFacesValue (me; num : Integer) returns mutable Face
|
||||
CfsFacesValue (me; num : Integer) returns Face
|
||||
is virtual;
|
||||
NbCfsFaces (me) returns Integer
|
||||
is virtual;
|
||||
|
@@ -22,7 +22,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable ContextDependentShapeRepresentation;
|
||||
Create returns ContextDependentShapeRepresentation;
|
||||
|
||||
Init (me : mutable;
|
||||
aRepRel : ShapeRepresentationRelationship;
|
||||
|
@@ -25,7 +25,7 @@ uses
|
||||
RepresentationContext from StepRepr
|
||||
is
|
||||
|
||||
Create returns mutable CsgShapeRepresentation;
|
||||
Create returns CsgShapeRepresentation;
|
||||
---Purpose: Returns a CsgShapeRepresentation
|
||||
|
||||
|
||||
|
@@ -24,15 +24,15 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable CsgSolid;
|
||||
Create returns CsgSolid;
|
||||
---Purpose: Returns a CsgSolid
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aName : HAsciiString from TCollection;
|
||||
aTreeRootExpression : CsgSelect from StepShape) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
@@ -24,27 +24,27 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable Edge;
|
||||
Create returns Edge;
|
||||
---Purpose: Returns a Edge
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aEdgeStart : mutable Vertex from StepShape;
|
||||
aEdgeEnd : mutable Vertex from StepShape) is virtual;
|
||||
aName : HAsciiString from TCollection;
|
||||
aEdgeStart : Vertex from StepShape;
|
||||
aEdgeEnd : Vertex from StepShape) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetEdgeStart(me : mutable; aEdgeStart : mutable Vertex)
|
||||
SetEdgeStart(me : mutable; aEdgeStart : Vertex)
|
||||
is virtual;
|
||||
EdgeStart (me) returns mutable Vertex
|
||||
EdgeStart (me) returns Vertex
|
||||
is virtual;
|
||||
SetEdgeEnd(me : mutable; aEdgeEnd : mutable Vertex)
|
||||
SetEdgeEnd(me : mutable; aEdgeEnd : Vertex)
|
||||
is virtual;
|
||||
EdgeEnd (me) returns mutable Vertex
|
||||
EdgeEnd (me) returns Vertex
|
||||
is virtual;
|
||||
|
||||
fields
|
||||
|
@@ -29,26 +29,26 @@ uses
|
||||
Vertex from StepShape
|
||||
is
|
||||
|
||||
Create returns mutable EdgeCurve;
|
||||
Create returns EdgeCurve;
|
||||
---Purpose: Returns a EdgeCurve
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aEdgeStart : mutable Vertex from StepShape;
|
||||
aEdgeEnd : mutable Vertex from StepShape) is redefined;
|
||||
aName : HAsciiString from TCollection;
|
||||
aEdgeStart : Vertex from StepShape;
|
||||
aEdgeEnd : Vertex from StepShape) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aEdgeStart : mutable Vertex from StepShape;
|
||||
aEdgeEnd : mutable Vertex from StepShape;
|
||||
aEdgeGeometry : mutable Curve from StepGeom;
|
||||
aName : HAsciiString from TCollection;
|
||||
aEdgeStart : Vertex from StepShape;
|
||||
aEdgeEnd : Vertex from StepShape;
|
||||
aEdgeGeometry : Curve from StepGeom;
|
||||
aSameSense : Boolean from Standard) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetEdgeGeometry(me : mutable; aEdgeGeometry : mutable Curve);
|
||||
EdgeGeometry (me) returns mutable Curve;
|
||||
SetEdgeGeometry(me : mutable; aEdgeGeometry : Curve);
|
||||
EdgeGeometry (me) returns Curve;
|
||||
SetSameSense(me : mutable; aSameSense : Boolean);
|
||||
SameSense (me) returns Boolean;
|
||||
|
||||
|
@@ -36,21 +36,21 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable EdgeLoop;
|
||||
Create returns EdgeLoop;
|
||||
---Purpose: Returns a EdgeLoop
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aEdgeList : mutable HArray1OfOrientedEdge from StepShape);
|
||||
aName : HAsciiString from TCollection;
|
||||
aEdgeList : HArray1OfOrientedEdge from StepShape);
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetEdgeList(me : mutable; aEdgeList : mutable HArray1OfOrientedEdge);
|
||||
EdgeList (me) returns mutable HArray1OfOrientedEdge;
|
||||
EdgeListValue (me; num : Integer) returns mutable OrientedEdge;
|
||||
SetEdgeList(me : mutable; aEdgeList : HArray1OfOrientedEdge);
|
||||
EdgeList (me) returns HArray1OfOrientedEdge;
|
||||
EdgeListValue (me; num : Integer) returns OrientedEdge;
|
||||
NbEdgeList (me) returns Integer;
|
||||
|
||||
fields
|
||||
|
@@ -26,24 +26,24 @@ uses
|
||||
CurveBoundedSurface from StepGeom
|
||||
is
|
||||
|
||||
Create returns mutable ExtrudedAreaSolid;
|
||||
Create returns ExtrudedAreaSolid;
|
||||
---Purpose: Returns a ExtrudedAreaSolid
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aSweptArea : mutable CurveBoundedSurface from StepGeom) is redefined;
|
||||
aName : HAsciiString from TCollection;
|
||||
aSweptArea : CurveBoundedSurface from StepGeom) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aSweptArea : mutable CurveBoundedSurface from StepGeom;
|
||||
aExtrudedDirection : mutable Direction from StepGeom;
|
||||
aName : HAsciiString from TCollection;
|
||||
aSweptArea : CurveBoundedSurface from StepGeom;
|
||||
aExtrudedDirection : Direction from StepGeom;
|
||||
aDepth : Real from Standard) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetExtrudedDirection(me : mutable; aExtrudedDirection : mutable Direction);
|
||||
ExtrudedDirection (me) returns mutable Direction;
|
||||
SetExtrudedDirection(me : mutable; aExtrudedDirection : Direction);
|
||||
ExtrudedDirection (me) returns Direction;
|
||||
SetDepth(me : mutable; aDepth : Real);
|
||||
Depth (me) returns Real;
|
||||
|
||||
|
@@ -26,24 +26,24 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable ExtrudedFaceSolid;
|
||||
Create returns ExtrudedFaceSolid;
|
||||
---Purpose: Returns a ExtrudedFaceSolid
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aSweptArea : mutable FaceSurface from StepShape) is redefined;
|
||||
aName : HAsciiString from TCollection;
|
||||
aSweptArea : FaceSurface from StepShape) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aSweptArea : mutable FaceSurface from StepShape;
|
||||
aExtrudedDirection : mutable Direction from StepGeom;
|
||||
aName : HAsciiString from TCollection;
|
||||
aSweptArea : FaceSurface from StepShape;
|
||||
aExtrudedDirection : Direction from StepGeom;
|
||||
aDepth : Real from Standard) ;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetExtrudedDirection(me : mutable; aExtrudedDirection : mutable Direction);
|
||||
ExtrudedDirection (me) returns mutable Direction;
|
||||
SetExtrudedDirection(me : mutable; aExtrudedDirection : Direction);
|
||||
ExtrudedDirection (me) returns Direction;
|
||||
SetDepth(me : mutable; aDepth : Real);
|
||||
Depth (me) returns Real;
|
||||
|
||||
|
@@ -25,24 +25,24 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable Face;
|
||||
Create returns Face;
|
||||
---Purpose: Returns a Face
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aBounds : mutable HArray1OfFaceBound from StepShape) is virtual;
|
||||
aName : HAsciiString from TCollection;
|
||||
aBounds : HArray1OfFaceBound from StepShape) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetBounds(me : mutable; aBounds : mutable HArray1OfFaceBound)
|
||||
SetBounds(me : mutable; aBounds : HArray1OfFaceBound)
|
||||
is virtual;
|
||||
Bounds (me) returns mutable HArray1OfFaceBound
|
||||
Bounds (me) returns HArray1OfFaceBound
|
||||
is virtual;
|
||||
BoundsValue (me; num : Integer) returns mutable FaceBound
|
||||
BoundsValue (me; num : Integer) returns FaceBound
|
||||
is virtual;
|
||||
NbBounds (me) returns Integer
|
||||
is virtual;
|
||||
|
@@ -25,22 +25,22 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable FaceBound;
|
||||
Create returns FaceBound;
|
||||
---Purpose: Returns a FaceBound
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aBound : mutable Loop from StepShape;
|
||||
aName : HAsciiString from TCollection;
|
||||
aBound : Loop from StepShape;
|
||||
aOrientation : Boolean from Standard) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetBound(me : mutable; aBound : mutable Loop);
|
||||
Bound (me) returns mutable Loop;
|
||||
SetBound(me : mutable; aBound : Loop);
|
||||
Bound (me) returns Loop;
|
||||
SetOrientation(me : mutable; aOrientation : Boolean);
|
||||
Orientation (me) returns Boolean;
|
||||
|
||||
|
@@ -25,7 +25,7 @@ uses
|
||||
Boolean from Standard
|
||||
is
|
||||
|
||||
Create returns mutable FaceOuterBound;
|
||||
Create returns FaceOuterBound;
|
||||
---Purpose: Returns a FaceOuterBound
|
||||
|
||||
|
||||
|
@@ -29,24 +29,24 @@ uses
|
||||
HArray1OfFaceBound from StepShape
|
||||
is
|
||||
|
||||
Create returns mutable FaceSurface;
|
||||
Create returns FaceSurface;
|
||||
---Purpose: Returns a FaceSurface
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aBounds : mutable HArray1OfFaceBound from StepShape) is redefined;
|
||||
aName : HAsciiString from TCollection;
|
||||
aBounds : HArray1OfFaceBound from StepShape) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aBounds : mutable HArray1OfFaceBound from StepShape;
|
||||
aFaceGeometry : mutable Surface from StepGeom;
|
||||
aName : HAsciiString from TCollection;
|
||||
aBounds : HArray1OfFaceBound from StepShape;
|
||||
aFaceGeometry : Surface from StepGeom;
|
||||
aSameSense : Boolean from Standard) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetFaceGeometry(me : mutable; aFaceGeometry : mutable Surface);
|
||||
FaceGeometry (me) returns mutable Surface;
|
||||
SetFaceGeometry(me : mutable; aFaceGeometry : Surface);
|
||||
FaceGeometry (me) returns Surface;
|
||||
SetSameSense(me : mutable; aSameSense : Boolean);
|
||||
SameSense (me) returns Boolean;
|
||||
|
||||
|
@@ -24,7 +24,7 @@ uses
|
||||
ClosedShell from StepShape
|
||||
is
|
||||
|
||||
Create returns mutable FacetedBrep;
|
||||
Create returns FacetedBrep;
|
||||
---Purpose: Returns a FacetedBrep
|
||||
|
||||
|
||||
|
@@ -31,37 +31,37 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable FacetedBrepAndBrepWithVoids;
|
||||
Create returns FacetedBrepAndBrepWithVoids;
|
||||
---Purpose: Returns a FacetedBrepAndBrepWithVoids
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aOuter : mutable ClosedShell from StepShape) is redefined;
|
||||
aName : HAsciiString from TCollection;
|
||||
aOuter : ClosedShell from StepShape) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aOuter : mutable ClosedShell from StepShape;
|
||||
aFacetedBrep : mutable FacetedBrep from StepShape;
|
||||
aBrepWithVoids : mutable BrepWithVoids from StepShape);
|
||||
aName : HAsciiString from TCollection;
|
||||
aOuter : ClosedShell from StepShape;
|
||||
aFacetedBrep : FacetedBrep from StepShape;
|
||||
aBrepWithVoids : BrepWithVoids from StepShape);
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aOuter : mutable ClosedShell from StepShape;
|
||||
aVoids : mutable HArray1OfOrientedClosedShell from StepShape);
|
||||
aName : HAsciiString from TCollection;
|
||||
aOuter : ClosedShell from StepShape;
|
||||
aVoids : HArray1OfOrientedClosedShell from StepShape);
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetFacetedBrep(me : mutable; aFacetedBrep : mutable FacetedBrep);
|
||||
FacetedBrep (me) returns mutable FacetedBrep;
|
||||
SetBrepWithVoids(me : mutable; aBrepWithVoids : mutable BrepWithVoids);
|
||||
BrepWithVoids (me) returns mutable BrepWithVoids;
|
||||
SetFacetedBrep(me : mutable; aFacetedBrep : FacetedBrep);
|
||||
FacetedBrep (me) returns FacetedBrep;
|
||||
SetBrepWithVoids(me : mutable; aBrepWithVoids : BrepWithVoids);
|
||||
BrepWithVoids (me) returns BrepWithVoids;
|
||||
|
||||
-- Specific Methods for ANDOR Field Data Access --
|
||||
|
||||
SetVoids(me : mutable; aVoids : mutable HArray1OfOrientedClosedShell);
|
||||
Voids (me) returns mutable HArray1OfOrientedClosedShell;
|
||||
VoidsValue (me; num : Integer) returns mutable OrientedClosedShell;
|
||||
SetVoids(me : mutable; aVoids : HArray1OfOrientedClosedShell);
|
||||
Voids (me) returns HArray1OfOrientedClosedShell;
|
||||
VoidsValue (me; num : Integer) returns OrientedClosedShell;
|
||||
NbVoids (me) returns Integer;
|
||||
|
||||
-- Specific Methods for ANDOR Field Data Access --
|
||||
|
@@ -25,7 +25,7 @@ uses
|
||||
RepresentationContext from StepRepr
|
||||
is
|
||||
|
||||
Create returns mutable FacetedBrepShapeRepresentation;
|
||||
Create returns FacetedBrepShapeRepresentation;
|
||||
---Purpose: Returns a FacetedBrepShapeRepresentation
|
||||
|
||||
|
||||
|
@@ -24,7 +24,7 @@ uses
|
||||
HArray1OfGeometricSetSelect from StepShape
|
||||
is
|
||||
|
||||
Create returns mutable GeometricCurveSet;
|
||||
Create returns GeometricCurveSet;
|
||||
---Purpose: Returns a GeometricCurveSet
|
||||
|
||||
|
||||
|
@@ -25,21 +25,21 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable GeometricSet;
|
||||
Create returns GeometricSet;
|
||||
---Purpose: Returns a GeometricSet
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aElements : mutable HArray1OfGeometricSetSelect from StepShape) is virtual;
|
||||
aName : HAsciiString from TCollection;
|
||||
aElements : HArray1OfGeometricSetSelect from StepShape) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetElements(me : mutable; aElements : mutable HArray1OfGeometricSetSelect);
|
||||
Elements (me) returns mutable HArray1OfGeometricSetSelect;
|
||||
SetElements(me : mutable; aElements : HArray1OfGeometricSetSelect);
|
||||
Elements (me) returns HArray1OfGeometricSetSelect;
|
||||
ElementsValue (me; num : Integer) returns GeometricSetSelect;
|
||||
NbElements (me) returns Integer;
|
||||
|
||||
|
@@ -25,7 +25,7 @@ uses
|
||||
RepresentationContext from StepRepr
|
||||
is
|
||||
|
||||
Create returns mutable GeometricallyBoundedSurfaceShapeRepresentation;
|
||||
Create returns GeometricallyBoundedSurfaceShapeRepresentation;
|
||||
---Purpose: Returns a GeometricallyBoundedSurfaceShapeRepresentation
|
||||
|
||||
|
||||
|
@@ -25,7 +25,7 @@ uses
|
||||
RepresentationContext from StepRepr
|
||||
is
|
||||
|
||||
Create returns mutable GeometricallyBoundedWireframeShapeRepresentation;
|
||||
Create returns GeometricallyBoundedWireframeShapeRepresentation;
|
||||
---Purpose: Returns a GeometricallyBoundedWireframeShapeRepresentation
|
||||
|
||||
|
||||
|
@@ -25,22 +25,22 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable HalfSpaceSolid;
|
||||
Create returns HalfSpaceSolid;
|
||||
---Purpose: Returns a HalfSpaceSolid
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aBaseSurface : mutable Surface from StepGeom;
|
||||
aName : HAsciiString from TCollection;
|
||||
aBaseSurface : Surface from StepGeom;
|
||||
aAgreementFlag : Boolean from Standard) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetBaseSurface(me : mutable; aBaseSurface : mutable Surface);
|
||||
BaseSurface (me) returns mutable Surface;
|
||||
SetBaseSurface(me : mutable; aBaseSurface : Surface);
|
||||
BaseSurface (me) returns Surface;
|
||||
SetAgreementFlag(me : mutable; aAgreementFlag : Boolean);
|
||||
AgreementFlag (me) returns Boolean;
|
||||
|
||||
|
@@ -22,7 +22,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable LimitsAndFits;
|
||||
Create returns LimitsAndFits;
|
||||
|
||||
Init (me : mutable; form_variance, zone_variance, grade, source :
|
||||
HAsciiString from TCollection);
|
||||
|
@@ -23,7 +23,7 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable Loop;
|
||||
Create returns Loop;
|
||||
---Purpose: Returns a Loop
|
||||
|
||||
|
||||
|
@@ -30,37 +30,37 @@ uses
|
||||
OrientedEdge from StepShape
|
||||
is
|
||||
|
||||
Create returns mutable LoopAndPath;
|
||||
Create returns LoopAndPath;
|
||||
---Purpose: Returns a LoopAndPath
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aLoop : mutable Loop from StepShape;
|
||||
aPath : mutable Path from StepShape) is virtual;
|
||||
aName : HAsciiString from TCollection;
|
||||
aLoop : Loop from StepShape;
|
||||
aPath : Path from StepShape) is virtual;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aEdgeList : mutable HArray1OfOrientedEdge from StepShape) is virtual;
|
||||
aName : HAsciiString from TCollection;
|
||||
aEdgeList : HArray1OfOrientedEdge from StepShape) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetLoop(me : mutable; aLoop : mutable Loop);
|
||||
Loop (me) returns mutable Loop;
|
||||
SetPath(me : mutable; aPath : mutable Path);
|
||||
Path (me) returns mutable Path;
|
||||
SetLoop(me : mutable; aLoop : Loop);
|
||||
Loop (me) returns Loop;
|
||||
SetPath(me : mutable; aPath : Path);
|
||||
Path (me) returns Path;
|
||||
|
||||
-- Specific Methods for ANDOR Field Data Access --
|
||||
|
||||
|
||||
-- Specific Methods for ANDOR Field Data Access --
|
||||
|
||||
SetEdgeList(me : mutable; aEdgeList : mutable HArray1OfOrientedEdge);
|
||||
EdgeList (me) returns mutable HArray1OfOrientedEdge;
|
||||
EdgeListValue (me; num : Integer) returns mutable OrientedEdge;
|
||||
SetEdgeList(me : mutable; aEdgeList : HArray1OfOrientedEdge);
|
||||
EdgeList (me) returns HArray1OfOrientedEdge;
|
||||
EdgeListValue (me; num : Integer) returns OrientedEdge;
|
||||
NbEdgeList (me) returns Integer;
|
||||
|
||||
fields
|
||||
|
@@ -24,21 +24,21 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable ManifoldSolidBrep;
|
||||
Create returns ManifoldSolidBrep;
|
||||
---Purpose: Returns a ManifoldSolidBrep
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aOuter : mutable ClosedShell from StepShape) is virtual;
|
||||
aName : HAsciiString from TCollection;
|
||||
aOuter : ClosedShell from StepShape) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetOuter(me : mutable; aOuter : mutable ClosedShell);
|
||||
Outer (me) returns mutable ClosedShell;
|
||||
SetOuter(me : mutable; aOuter : ClosedShell);
|
||||
Outer (me) returns ClosedShell;
|
||||
|
||||
fields
|
||||
|
||||
|
@@ -25,7 +25,7 @@ uses
|
||||
RepresentationContext from StepRepr
|
||||
is
|
||||
|
||||
Create returns mutable ManifoldSurfaceShapeRepresentation;
|
||||
Create returns ManifoldSurfaceShapeRepresentation;
|
||||
---Purpose: Returns a ManifoldSurfaceShapeRepresentation
|
||||
|
||||
|
||||
|
@@ -25,7 +25,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable MeasureQualification;
|
||||
Create returns MeasureQualification;
|
||||
|
||||
Init (me : mutable; name : HAsciiString from TCollection;
|
||||
description : HAsciiString from TCollection;
|
||||
|
@@ -30,10 +30,10 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable MeasureRepresentationItemAndQualifiedRepresentationItem;
|
||||
Create returns MeasureRepresentationItemAndQualifiedRepresentationItem;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aName : HAsciiString from TCollection;
|
||||
aValueComponent : MeasureValueMember from StepBasic;
|
||||
aUnitComponent : Unit from StepBasic;
|
||||
qualifiers : HArray1OfValueQualifier from StepShape);
|
||||
|
@@ -24,7 +24,7 @@ uses
|
||||
HArray1OfFace from StepShape
|
||||
is
|
||||
|
||||
Create returns mutable OpenShell;
|
||||
Create returns OpenShell;
|
||||
---Purpose: Returns a OpenShell
|
||||
|
||||
|
||||
|
@@ -26,28 +26,28 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable OrientedClosedShell;
|
||||
Create returns OrientedClosedShell;
|
||||
---Purpose: Returns a OrientedClosedShell
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aCfsFaces : mutable HArray1OfFace from StepShape) is redefined;
|
||||
aName : HAsciiString from TCollection;
|
||||
aCfsFaces : HArray1OfFace from StepShape) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aClosedShellElement : mutable ClosedShell from StepShape;
|
||||
aName : HAsciiString from TCollection;
|
||||
aClosedShellElement : ClosedShell from StepShape;
|
||||
aOrientation : Boolean from Standard) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetClosedShellElement(me : mutable; aClosedShellElement : mutable ClosedShell);
|
||||
ClosedShellElement (me) returns mutable ClosedShell;
|
||||
SetClosedShellElement(me : mutable; aClosedShellElement : ClosedShell);
|
||||
ClosedShellElement (me) returns ClosedShell;
|
||||
SetOrientation(me : mutable; aOrientation : Boolean);
|
||||
Orientation (me) returns Boolean;
|
||||
SetCfsFaces(me : mutable; aCfsFaces : mutable HArray1OfFace) is redefined;
|
||||
CfsFaces (me) returns mutable HArray1OfFace is redefined;
|
||||
CfsFacesValue (me; num : Integer) returns mutable Face is redefined;
|
||||
SetCfsFaces(me : mutable; aCfsFaces : HArray1OfFace) is redefined;
|
||||
CfsFaces (me) returns HArray1OfFace is redefined;
|
||||
CfsFacesValue (me; num : Integer) returns Face is redefined;
|
||||
NbCfsFaces (me) returns Integer is redefined;
|
||||
|
||||
fields
|
||||
|
@@ -25,25 +25,25 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable OrientedEdge;
|
||||
Create returns OrientedEdge;
|
||||
---Purpose: Returns a OrientedEdge
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aEdgeElement : mutable Edge from StepShape;
|
||||
aName : HAsciiString from TCollection;
|
||||
aEdgeElement : Edge from StepShape;
|
||||
aOrientation : Boolean from Standard) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetEdgeElement(me : mutable; aEdgeElement : mutable Edge);
|
||||
EdgeElement (me) returns mutable Edge;
|
||||
SetEdgeElement(me : mutable; aEdgeElement : Edge);
|
||||
EdgeElement (me) returns Edge;
|
||||
SetOrientation(me : mutable; aOrientation : Boolean);
|
||||
Orientation (me) returns Boolean;
|
||||
SetEdgeStart(me : mutable; aEdgeStart : mutable Vertex) is redefined;
|
||||
EdgeStart (me) returns mutable Vertex is redefined;
|
||||
SetEdgeEnd(me : mutable; aEdgeEnd : mutable Vertex) is redefined;
|
||||
EdgeEnd (me) returns mutable Vertex is redefined;
|
||||
SetEdgeStart(me : mutable; aEdgeStart : Vertex) is redefined;
|
||||
EdgeStart (me) returns Vertex is redefined;
|
||||
SetEdgeEnd(me : mutable; aEdgeEnd : Vertex) is redefined;
|
||||
EdgeEnd (me) returns Vertex is redefined;
|
||||
|
||||
fields
|
||||
|
||||
|
@@ -26,28 +26,28 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable OrientedFace;
|
||||
Create returns OrientedFace;
|
||||
---Purpose: Returns a OrientedFace
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aBounds : mutable HArray1OfFaceBound from StepShape) is redefined;
|
||||
aName : HAsciiString from TCollection;
|
||||
aBounds : HArray1OfFaceBound from StepShape) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aFaceElement : mutable Face from StepShape;
|
||||
aName : HAsciiString from TCollection;
|
||||
aFaceElement : Face from StepShape;
|
||||
aOrientation : Boolean from Standard) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetFaceElement(me : mutable; aFaceElement : mutable Face);
|
||||
FaceElement (me) returns mutable Face;
|
||||
SetFaceElement(me : mutable; aFaceElement : Face);
|
||||
FaceElement (me) returns Face;
|
||||
SetOrientation(me : mutable; aOrientation : Boolean);
|
||||
Orientation (me) returns Boolean;
|
||||
SetBounds(me : mutable; aBounds : mutable HArray1OfFaceBound) is redefined;
|
||||
Bounds (me) returns mutable HArray1OfFaceBound is redefined;
|
||||
BoundsValue (me; num : Integer) returns mutable FaceBound is redefined;
|
||||
SetBounds(me : mutable; aBounds : HArray1OfFaceBound) is redefined;
|
||||
Bounds (me) returns HArray1OfFaceBound is redefined;
|
||||
BoundsValue (me; num : Integer) returns FaceBound is redefined;
|
||||
NbBounds (me) returns Integer is redefined;
|
||||
|
||||
fields
|
||||
|
@@ -26,28 +26,28 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable OrientedOpenShell;
|
||||
Create returns OrientedOpenShell;
|
||||
---Purpose: Returns a OrientedOpenShell
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aCfsFaces : mutable HArray1OfFace from StepShape) is redefined;
|
||||
aName : HAsciiString from TCollection;
|
||||
aCfsFaces : HArray1OfFace from StepShape) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aOpenShellElement : mutable OpenShell from StepShape;
|
||||
aName : HAsciiString from TCollection;
|
||||
aOpenShellElement : OpenShell from StepShape;
|
||||
aOrientation : Boolean from Standard) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetOpenShellElement(me : mutable; aOpenShellElement : mutable OpenShell);
|
||||
OpenShellElement (me) returns mutable OpenShell;
|
||||
SetOpenShellElement(me : mutable; aOpenShellElement : OpenShell);
|
||||
OpenShellElement (me) returns OpenShell;
|
||||
SetOrientation(me : mutable; aOrientation : Boolean);
|
||||
Orientation (me) returns Boolean;
|
||||
SetCfsFaces(me : mutable; aCfsFaces : mutable HArray1OfFace) is redefined;
|
||||
CfsFaces (me) returns mutable HArray1OfFace is redefined;
|
||||
CfsFacesValue (me; num : Integer) returns mutable Face is redefined;
|
||||
SetCfsFaces(me : mutable; aCfsFaces : HArray1OfFace) is redefined;
|
||||
CfsFaces (me) returns HArray1OfFace is redefined;
|
||||
CfsFacesValue (me; num : Integer) returns Face is redefined;
|
||||
NbCfsFaces (me) returns Integer is redefined;
|
||||
|
||||
fields
|
||||
|
@@ -27,28 +27,28 @@ uses
|
||||
EdgeLoop from StepShape
|
||||
is
|
||||
|
||||
Create returns mutable OrientedPath;
|
||||
Create returns OrientedPath;
|
||||
---Purpose: Returns a OrientedPath
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aEdgeList : mutable HArray1OfOrientedEdge from StepShape) is redefined;
|
||||
aName : HAsciiString from TCollection;
|
||||
aEdgeList : HArray1OfOrientedEdge from StepShape) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aPathElement : mutable EdgeLoop from StepShape;
|
||||
aName : HAsciiString from TCollection;
|
||||
aPathElement : EdgeLoop from StepShape;
|
||||
aOrientation : Boolean from Standard) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetPathElement(me : mutable; aPathElement : mutable EdgeLoop);
|
||||
PathElement (me) returns mutable EdgeLoop;
|
||||
SetPathElement(me : mutable; aPathElement : EdgeLoop);
|
||||
PathElement (me) returns EdgeLoop;
|
||||
SetOrientation(me : mutable; aOrientation : Boolean);
|
||||
Orientation (me) returns Boolean;
|
||||
SetEdgeList(me : mutable; aEdgeList : mutable HArray1OfOrientedEdge) is redefined;
|
||||
EdgeList (me) returns mutable HArray1OfOrientedEdge is redefined;
|
||||
EdgeListValue (me; num : Integer) returns mutable OrientedEdge is redefined;
|
||||
SetEdgeList(me : mutable; aEdgeList : HArray1OfOrientedEdge) is redefined;
|
||||
EdgeList (me) returns HArray1OfOrientedEdge is redefined;
|
||||
EdgeListValue (me; num : Integer) returns OrientedEdge is redefined;
|
||||
NbEdgeList (me) returns Integer is redefined;
|
||||
|
||||
fields
|
||||
|
@@ -25,24 +25,24 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable Path;
|
||||
Create returns Path;
|
||||
---Purpose: Returns a Path
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aEdgeList : mutable HArray1OfOrientedEdge from StepShape) is virtual;
|
||||
aName : HAsciiString from TCollection;
|
||||
aEdgeList : HArray1OfOrientedEdge from StepShape) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetEdgeList(me : mutable; aEdgeList : mutable HArray1OfOrientedEdge)
|
||||
SetEdgeList(me : mutable; aEdgeList : HArray1OfOrientedEdge)
|
||||
is virtual;
|
||||
EdgeList (me) returns mutable HArray1OfOrientedEdge
|
||||
EdgeList (me) returns HArray1OfOrientedEdge
|
||||
is virtual;
|
||||
EdgeListValue (me; num : Integer) returns mutable OrientedEdge
|
||||
EdgeListValue (me; num : Integer) returns OrientedEdge
|
||||
is virtual;
|
||||
NbEdgeList (me) returns Integer
|
||||
is virtual;
|
||||
|
@@ -23,7 +23,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable PlusMinusTolerance;
|
||||
Create returns PlusMinusTolerance;
|
||||
|
||||
Init (me : mutable;
|
||||
range : ToleranceMethodDefinition from StepShape;
|
||||
|
@@ -28,22 +28,22 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable PolyLoop;
|
||||
Create returns PolyLoop;
|
||||
---Purpose: Returns a PolyLoop
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aPolygon : mutable HArray1OfCartesianPoint from StepGeom) is virtual;
|
||||
aName : HAsciiString from TCollection;
|
||||
aPolygon : HArray1OfCartesianPoint from StepGeom) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetPolygon(me : mutable; aPolygon : mutable HArray1OfCartesianPoint);
|
||||
Polygon (me) returns mutable HArray1OfCartesianPoint;
|
||||
PolygonValue (me; num : Integer) returns mutable CartesianPoint;
|
||||
SetPolygon(me : mutable; aPolygon : HArray1OfCartesianPoint);
|
||||
Polygon (me) returns HArray1OfCartesianPoint;
|
||||
PolygonValue (me; num : Integer) returns CartesianPoint;
|
||||
NbPolygon (me) returns Integer;
|
||||
|
||||
fields
|
||||
|
@@ -22,7 +22,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable PrecisionQualifier;
|
||||
Create returns PrecisionQualifier;
|
||||
|
||||
Init (me : mutable; precision_value : Integer);
|
||||
|
||||
|
@@ -25,10 +25,10 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable QualifiedRepresentationItem;
|
||||
Create returns QualifiedRepresentationItem;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aName : HAsciiString from TCollection;
|
||||
qualifiers : HArray1OfValueQualifier from StepShape);
|
||||
|
||||
Qualifiers (me) returns HArray1OfValueQualifier from StepShape;
|
||||
|
@@ -26,24 +26,24 @@ uses
|
||||
CurveBoundedSurface from StepGeom
|
||||
is
|
||||
|
||||
Create returns mutable RevolvedAreaSolid;
|
||||
Create returns RevolvedAreaSolid;
|
||||
---Purpose: Returns a RevolvedAreaSolid
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aSweptArea : mutable CurveBoundedSurface from StepGeom) is redefined;
|
||||
aName : HAsciiString from TCollection;
|
||||
aSweptArea : CurveBoundedSurface from StepGeom) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aSweptArea : mutable CurveBoundedSurface from StepGeom;
|
||||
aAxis : mutable Axis1Placement from StepGeom;
|
||||
aName : HAsciiString from TCollection;
|
||||
aSweptArea : CurveBoundedSurface from StepGeom;
|
||||
aAxis : Axis1Placement from StepGeom;
|
||||
aAngle : Real from Standard) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetAxis(me : mutable; aAxis : mutable Axis1Placement);
|
||||
Axis (me) returns mutable Axis1Placement;
|
||||
SetAxis(me : mutable; aAxis : Axis1Placement);
|
||||
Axis (me) returns Axis1Placement;
|
||||
SetAngle(me : mutable; aAngle : Real);
|
||||
Angle (me) returns Real;
|
||||
|
||||
|
@@ -25,24 +25,24 @@ uses
|
||||
FaceSurface from StepShape
|
||||
|
||||
is
|
||||
Create returns mutable RevolvedFaceSolid;
|
||||
Create returns RevolvedFaceSolid;
|
||||
---Purpose: Returns a RevolvedFaceSolid
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aSweptArea : mutable FaceSurface from StepShape) is redefined ;
|
||||
aName : HAsciiString from TCollection;
|
||||
aSweptArea : FaceSurface from StepShape) is redefined ;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aSweptArea : mutable FaceSurface from StepShape;
|
||||
aAxis : mutable Axis1Placement from StepGeom;
|
||||
aName : HAsciiString from TCollection;
|
||||
aSweptArea : FaceSurface from StepShape;
|
||||
aAxis : Axis1Placement from StepGeom;
|
||||
aAngle : Real from Standard);
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetAxis(me : mutable; aAxis : mutable Axis1Placement);
|
||||
Axis (me) returns mutable Axis1Placement;
|
||||
SetAxis(me : mutable; aAxis : Axis1Placement);
|
||||
Axis (me) returns Axis1Placement;
|
||||
SetAngle(me : mutable; aAngle : Real);
|
||||
Angle (me) returns Real;
|
||||
|
||||
|
@@ -25,16 +25,16 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable RightAngularWedge;
|
||||
Create returns RightAngularWedge;
|
||||
---Purpose: Returns a RightAngularWedge
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aPosition : mutable Axis2Placement3d from StepGeom;
|
||||
aName : HAsciiString from TCollection;
|
||||
aPosition : Axis2Placement3d from StepGeom;
|
||||
aX : Real from Standard;
|
||||
aY : Real from Standard;
|
||||
aZ : Real from Standard;
|
||||
@@ -42,8 +42,8 @@ is
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetPosition(me : mutable; aPosition : mutable Axis2Placement3d);
|
||||
Position (me) returns mutable Axis2Placement3d;
|
||||
SetPosition(me : mutable; aPosition : Axis2Placement3d);
|
||||
Position (me) returns Axis2Placement3d;
|
||||
SetX(me : mutable; aX : Real);
|
||||
X (me) returns Real;
|
||||
SetY(me : mutable; aY : Real);
|
||||
|
@@ -25,24 +25,24 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable RightCircularCone;
|
||||
Create returns RightCircularCone;
|
||||
---Purpose: Returns a RightCircularCone
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aPosition : mutable Axis1Placement from StepGeom;
|
||||
aName : HAsciiString from TCollection;
|
||||
aPosition : Axis1Placement from StepGeom;
|
||||
aHeight : Real from Standard;
|
||||
aRadius : Real from Standard;
|
||||
aSemiAngle : Real from Standard) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetPosition(me : mutable; aPosition : mutable Axis1Placement);
|
||||
Position (me) returns mutable Axis1Placement;
|
||||
SetPosition(me : mutable; aPosition : Axis1Placement);
|
||||
Position (me) returns Axis1Placement;
|
||||
SetHeight(me : mutable; aHeight : Real);
|
||||
Height (me) returns Real;
|
||||
SetRadius(me : mutable; aRadius : Real);
|
||||
|
@@ -25,23 +25,23 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable RightCircularCylinder;
|
||||
Create returns RightCircularCylinder;
|
||||
---Purpose: Returns a RightCircularCylinder
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aPosition : mutable Axis1Placement from StepGeom;
|
||||
aName : HAsciiString from TCollection;
|
||||
aPosition : Axis1Placement from StepGeom;
|
||||
aHeight : Real from Standard;
|
||||
aRadius : Real from Standard) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetPosition(me : mutable; aPosition : mutable Axis1Placement);
|
||||
Position (me) returns mutable Axis1Placement;
|
||||
SetPosition(me : mutable; aPosition : Axis1Placement);
|
||||
Position (me) returns Axis1Placement;
|
||||
SetHeight(me : mutable; aHeight : Real);
|
||||
Height (me) returns Real;
|
||||
SetRadius(me : mutable; aRadius : Real);
|
||||
|
@@ -25,7 +25,7 @@ uses
|
||||
RepresentationContext from StepRepr
|
||||
is
|
||||
|
||||
Create returns mutable ShapeRepresentation;
|
||||
Create returns ShapeRepresentation;
|
||||
---Purpose: Returns a ShapeRepresentation
|
||||
|
||||
|
||||
|
@@ -25,21 +25,21 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable ShellBasedSurfaceModel;
|
||||
Create returns ShellBasedSurfaceModel;
|
||||
---Purpose: Returns a ShellBasedSurfaceModel
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aSbsmBoundary : mutable HArray1OfShell from StepShape) is virtual;
|
||||
aName : HAsciiString from TCollection;
|
||||
aSbsmBoundary : HArray1OfShell from StepShape) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetSbsmBoundary(me : mutable; aSbsmBoundary : mutable HArray1OfShell);
|
||||
SbsmBoundary (me) returns mutable HArray1OfShell;
|
||||
SetSbsmBoundary(me : mutable; aSbsmBoundary : HArray1OfShell);
|
||||
SbsmBoundary (me) returns HArray1OfShell;
|
||||
SbsmBoundaryValue (me; num : Integer) returns Shell;
|
||||
NbSbsmBoundary (me) returns Integer;
|
||||
|
||||
|
@@ -23,7 +23,7 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable SolidModel;
|
||||
Create returns SolidModel;
|
||||
---Purpose: Returns a SolidModel
|
||||
|
||||
|
||||
|
@@ -24,24 +24,24 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable SolidReplica;
|
||||
Create returns SolidReplica;
|
||||
---Purpose: Returns a SolidReplica
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aParentSolid : mutable SolidModel from StepShape;
|
||||
aTransformation : mutable CartesianTransformationOperator3d from StepGeom) is virtual;
|
||||
aName : HAsciiString from TCollection;
|
||||
aParentSolid : SolidModel from StepShape;
|
||||
aTransformation : CartesianTransformationOperator3d from StepGeom) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetParentSolid(me : mutable; aParentSolid : mutable SolidModel);
|
||||
ParentSolid (me) returns mutable SolidModel;
|
||||
SetTransformation(me : mutable; aTransformation : mutable CartesianTransformationOperator3d);
|
||||
Transformation (me) returns mutable CartesianTransformationOperator3d;
|
||||
SetParentSolid(me : mutable; aParentSolid : SolidModel);
|
||||
ParentSolid (me) returns SolidModel;
|
||||
SetTransformation(me : mutable; aTransformation : CartesianTransformationOperator3d);
|
||||
Transformation (me) returns CartesianTransformationOperator3d;
|
||||
|
||||
fields
|
||||
|
||||
|
@@ -25,24 +25,24 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable Sphere;
|
||||
Create returns Sphere;
|
||||
---Purpose: Returns a Sphere
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aName : HAsciiString from TCollection;
|
||||
aRadius : Real from Standard;
|
||||
aCentre : mutable Point from StepGeom) is virtual;
|
||||
aCentre : Point from StepGeom) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetRadius(me : mutable; aRadius : Real);
|
||||
Radius (me) returns Real;
|
||||
SetCentre(me : mutable; aCentre : mutable Point);
|
||||
Centre (me) returns mutable Point;
|
||||
SetCentre(me : mutable; aCentre : Point);
|
||||
Centre (me) returns Point;
|
||||
|
||||
fields
|
||||
|
||||
|
@@ -24,21 +24,21 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable SweptAreaSolid;
|
||||
Create returns SweptAreaSolid;
|
||||
---Purpose: Returns a SweptAreaSolid
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aSweptArea : mutable CurveBoundedSurface from StepGeom) is virtual;
|
||||
aName : HAsciiString from TCollection;
|
||||
aSweptArea : CurveBoundedSurface from StepGeom) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetSweptArea(me : mutable; aSweptArea : mutable CurveBoundedSurface);
|
||||
SweptArea (me) returns mutable CurveBoundedSurface;
|
||||
SetSweptArea(me : mutable; aSweptArea : CurveBoundedSurface);
|
||||
SweptArea (me) returns CurveBoundedSurface;
|
||||
|
||||
fields
|
||||
|
||||
|
@@ -22,21 +22,21 @@ uses
|
||||
FaceSurface from StepShape
|
||||
|
||||
is
|
||||
Create returns mutable SweptFaceSolid;
|
||||
Create returns SweptFaceSolid;
|
||||
---Purpose: Returns a SweptFaceSolid
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aSweptArea : mutable FaceSurface from StepShape) is virtual;
|
||||
aName : HAsciiString from TCollection;
|
||||
aSweptArea : FaceSurface from StepShape) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetSweptFace(me : mutable; aSweptArea : mutable FaceSurface from StepShape) is virtual;
|
||||
SweptFace (me) returns mutable FaceSurface from StepShape is virtual;
|
||||
SetSweptFace(me : mutable; aSweptArea : FaceSurface from StepShape) is virtual;
|
||||
SweptFace (me) returns FaceSurface from StepShape is virtual;
|
||||
|
||||
|
||||
fields
|
||||
|
@@ -24,7 +24,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable ToleranceValue;
|
||||
Create returns ToleranceValue;
|
||||
|
||||
Init (me : mutable; lower_bound, upper_bound : MeasureWithUnit from StepBasic);
|
||||
|
||||
|
@@ -28,7 +28,7 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable TopologicalRepresentationItem;
|
||||
Create returns TopologicalRepresentationItem;
|
||||
---Purpose: Returns a TopologicalRepresentationItem
|
||||
|
||||
|
||||
|
@@ -25,23 +25,23 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable Torus;
|
||||
Create returns Torus;
|
||||
---Purpose: Returns a Torus
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aPosition : mutable Axis1Placement from StepGeom;
|
||||
aName : HAsciiString from TCollection;
|
||||
aPosition : Axis1Placement from StepGeom;
|
||||
aMajorRadius : Real from Standard;
|
||||
aMinorRadius : Real from Standard) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetPosition(me : mutable; aPosition : mutable Axis1Placement);
|
||||
Position (me) returns mutable Axis1Placement;
|
||||
SetPosition(me : mutable; aPosition : Axis1Placement);
|
||||
Position (me) returns Axis1Placement;
|
||||
SetMajorRadius(me : mutable; aMajorRadius : Real);
|
||||
MajorRadius (me) returns Real;
|
||||
SetMinorRadius(me : mutable; aMinorRadius : Real);
|
||||
|
@@ -25,7 +25,7 @@ uses
|
||||
RepresentationContext from StepRepr
|
||||
is
|
||||
|
||||
Create returns mutable TransitionalShapeRepresentation;
|
||||
Create returns TransitionalShapeRepresentation;
|
||||
---Purpose: Returns a TransitionalShapeRepresentation
|
||||
|
||||
|
||||
|
@@ -22,7 +22,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable TypeQualifier;
|
||||
Create returns TypeQualifier;
|
||||
|
||||
Init (me : mutable; name : HAsciiString from TCollection);
|
||||
|
||||
|
@@ -23,7 +23,7 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable Vertex;
|
||||
Create returns Vertex;
|
||||
---Purpose: Returns a Vertex
|
||||
|
||||
|
||||
|
@@ -24,21 +24,21 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable VertexLoop;
|
||||
Create returns VertexLoop;
|
||||
---Purpose: Returns a VertexLoop
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aLoopVertex : mutable Vertex from StepShape) is virtual;
|
||||
aName : HAsciiString from TCollection;
|
||||
aLoopVertex : Vertex from StepShape) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetLoopVertex(me : mutable; aLoopVertex : mutable Vertex);
|
||||
LoopVertex (me) returns mutable Vertex;
|
||||
SetLoopVertex(me : mutable; aLoopVertex : Vertex);
|
||||
LoopVertex (me) returns Vertex;
|
||||
|
||||
fields
|
||||
|
||||
|
@@ -27,21 +27,21 @@ uses
|
||||
HAsciiString from TCollection
|
||||
is
|
||||
|
||||
Create returns mutable VertexPoint;
|
||||
Create returns VertexPoint;
|
||||
---Purpose: Returns a VertexPoint
|
||||
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection) is redefined;
|
||||
aName : HAsciiString from TCollection) is redefined;
|
||||
|
||||
Init (me : mutable;
|
||||
aName : mutable HAsciiString from TCollection;
|
||||
aVertexGeometry : mutable Point from StepGeom) is virtual;
|
||||
aName : HAsciiString from TCollection;
|
||||
aVertexGeometry : Point from StepGeom) is virtual;
|
||||
|
||||
-- Specific Methods for Field Data Access --
|
||||
|
||||
SetVertexGeometry(me : mutable; aVertexGeometry : mutable Point);
|
||||
VertexGeometry (me) returns mutable Point;
|
||||
SetVertexGeometry(me : mutable; aVertexGeometry : Point);
|
||||
VertexGeometry (me) returns Point;
|
||||
|
||||
fields
|
||||
|
||||
|
Reference in New Issue
Block a user