mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-11 00:37:04 +08:00
18 lines
316 B
Plaintext
Executable File
18 lines
316 B
Plaintext
Executable File
-- File: StepBasic_VolumeUnit.cdl
|
|
-- Created: Mon Oct 11 13:34:57 1999
|
|
-- Author: data exchange team
|
|
-- <det@friendox>
|
|
---Copyright: Matra Datavision 1999
|
|
|
|
|
|
class VolumeUnit from StepBasic inherits NamedUnit from StepBasic
|
|
|
|
---Purpose:
|
|
|
|
|
|
is
|
|
|
|
Create returns mutable VolumeUnit from StepBasic;
|
|
|
|
end VolumeUnit;
|