mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-25 09:07:26 +08:00
25 lines
662 B
Plaintext
Executable File
25 lines
662 B
Plaintext
Executable File
-- File: IFSelect_SignCategory.cdl
|
|
-- Created: Fri Jan 26 18:13:19 1996
|
|
-- Author: Christian CAILLET
|
|
-- <cky@fidox>
|
|
---Copyright: Matra Datavision 1996
|
|
|
|
|
|
class SignCategory from IFSelect inherits Signature
|
|
|
|
---Purpose : This Signature returns the Category of an entity, as recorded
|
|
-- in the model
|
|
|
|
uses CString, Transient, InterfaceModel
|
|
|
|
is
|
|
|
|
Create returns mutable SignCategory;
|
|
---Purpose : Returns a SignCategory
|
|
|
|
Value (me; ent : any Transient; model : InterfaceModel) returns CString;
|
|
---Purpose : Returns the Signature for a Transient object, as its Category
|
|
-- recorded in the model
|
|
|
|
end SignCategory;
|