mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-26 10:19:45 +03:00
22 lines
403 B
Plaintext
Executable File
22 lines
403 B
Plaintext
Executable File
-- File: CameraUsage.cdl
|
|
-- Created: Fri Dec 1 11:11:16 1995
|
|
-- Author: EXPRESS->CDL V0.2 Translator
|
|
-- Copyright: Matra-Datavision 1993
|
|
|
|
|
|
class CameraUsage from StepVisual
|
|
|
|
inherits RepresentationMap from StepRepr
|
|
|
|
uses
|
|
|
|
RepresentationItem from StepRepr,
|
|
Representation from StepRepr
|
|
is
|
|
|
|
Create returns mutable CameraUsage;
|
|
---Purpose: Returns a CameraUsage
|
|
|
|
|
|
end CameraUsage;
|