blob: 7889068f4942e94d6939c74e4f090fa9e107bd5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
-- File: CameraModel.cdl
-- Created: Fri Dec 1 11:11:15 1995
-- Author: EXPRESS->CDL V0.2 Translator
-- Copyright: Matra-Datavision 1993
class CameraModel from StepVisual
inherits GeometricRepresentationItem from StepGeom
uses
HAsciiString from TCollection
is
Create returns mutable CameraModel;
---Purpose: Returns a CameraModel
end CameraModel;
|