mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-19 01:39:00 +08:00
22 lines
509 B
Plaintext
Executable File
22 lines
509 B
Plaintext
Executable File
-- File: APIHeaderSection.cdl
|
|
-- Created: Wed Sep 21 15:47:30 1994
|
|
-- Author: Christian CAILLET
|
|
-- <cky@anion>
|
|
---Copyright: Matra Datavision 1994
|
|
|
|
|
|
package APIHeaderSection
|
|
|
|
---Purpose : This package gives the means to access to the Header of a
|
|
-- Step Model
|
|
|
|
uses Standard, TCollection, Interface, IFSelect, StepData, HeaderSection
|
|
|
|
is
|
|
|
|
class MakeHeader; -- which provide basic access services to Step Header
|
|
|
|
class EditHeader; -- to edit a Step Header
|
|
|
|
end APIHeaderSection;
|