mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-15 12:07:41 +08:00
19 lines
538 B
Plaintext
Executable File
19 lines
538 B
Plaintext
Executable File
-- File: StepRepr_ShapeRepresentationRelationshipWithTransformation.cdl
|
|
-- Created: Tue Jun 30 18:15:14 1998
|
|
-- Author: Christian CAILLET
|
|
-- <cky@heliox.paris1.matra-dtv.fr>
|
|
---Copyright: Matra Datavision 1998
|
|
|
|
|
|
class ShapeRepresentationRelationshipWithTransformation from StepRepr
|
|
inherits RepresentationRelationshipWithTransformation from StepRepr
|
|
|
|
uses
|
|
HAsciiString from TCollection
|
|
|
|
is
|
|
|
|
Create returns mutable ShapeRepresentationRelationshipWithTransformation;
|
|
|
|
end ShapeRepresentationRelationshipWithTransformation;
|