mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
21 lines
620 B
Plaintext
Executable File
21 lines
620 B
Plaintext
Executable File
-- File: StepShape_ShapeDefinitionRepresentation.cdl
|
|
-- Created: Fri Nov 26 16:26:39 1999
|
|
-- Author: Andrey BETENEV
|
|
-- Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.0
|
|
-- Copyright: Matra Datavision 1999
|
|
|
|
class ShapeDefinitionRepresentation from StepShape
|
|
inherits PropertyDefinitionRepresentation from StepRepr
|
|
|
|
---Purpose: Representation of STEP entity ShapeDefinitionRepresentation
|
|
|
|
uses
|
|
RepresentedDefinition from StepRepr,
|
|
Representation from StepRepr
|
|
|
|
is
|
|
Create returns ShapeDefinitionRepresentation from StepShape;
|
|
---Purpose: Empty constructor
|
|
|
|
end ShapeDefinitionRepresentation;
|