mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-04 11:36:52 +08:00
23 lines
668 B
Plaintext
Executable File
23 lines
668 B
Plaintext
Executable File
-- File: StepDimTol_CircularRunoutTolerance.cdl
|
|
-- Created: Wed Jun 4 13:34:34 2003
|
|
-- Author: Galina KULIKOVA
|
|
-- Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
|
|
-- Copyright: Open CASCADE 2002
|
|
|
|
class CircularRunoutTolerance from StepDimTol
|
|
inherits GeometricToleranceWithDatumReference from StepDimTol
|
|
|
|
---Purpose: Representation of STEP entity CircularRunoutTolerance
|
|
|
|
uses
|
|
HAsciiString from TCollection,
|
|
MeasureWithUnit from StepBasic,
|
|
ShapeAspect from StepRepr,
|
|
HArray1OfDatumReference from StepDimTol
|
|
|
|
is
|
|
Create returns CircularRunoutTolerance from StepDimTol;
|
|
---Purpose: Empty constructor
|
|
|
|
end CircularRunoutTolerance;
|