mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-25 12:55:50 +03:00
22 lines
696 B
Plaintext
Executable File
22 lines
696 B
Plaintext
Executable File
-- File: StepShape_EdgeBasedWireframeShapeRepresentation.cdl
|
|
-- Created: Fri Dec 28 16:02:01 2001
|
|
-- Author: Andrey BETENEV
|
|
-- Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.1
|
|
-- Copyright: Matra Datavision 2000
|
|
|
|
class EdgeBasedWireframeShapeRepresentation from StepShape
|
|
inherits ShapeRepresentation from StepShape
|
|
|
|
---Purpose: Representation of STEP entity EdgeBasedWireframeShapeRepresentation
|
|
|
|
uses
|
|
HAsciiString from TCollection,
|
|
HArray1OfRepresentationItem from StepRepr,
|
|
RepresentationContext from StepRepr
|
|
|
|
is
|
|
Create returns EdgeBasedWireframeShapeRepresentation from StepShape;
|
|
---Purpose: Empty constructor
|
|
|
|
end EdgeBasedWireframeShapeRepresentation;
|