ENTITY views_visible_entity
(* SCHEMA iges_structure_schema; *)
ENTITY views_visible_entity
SUBTYPE OF (associativity_entity);
dev : LIST OF view_entity;
de : LIST OF directory_entry;
DERIVE
subordinate : subordinate_switch := independent;
used: use_flag := annotation;
form : INTEGER := 3;
n1 : INTEGER := SIZEOF(dev);
n2 : INTEGER := SIZEOF(de);
END_ENTITY;
Explicit Attributes
Entity views_visible_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity views_visible_entity has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
entity_type | INTEGER | associativity_entity |
subordinate | subordinate_switch (ENUM) | views_visible_entity |
used | use_flag (ENUM) | views_visible_entity |
form | INTEGER | views_visible_entity |
n1 | INTEGER | views_visible_entity |
n2 | INTEGER | views_visible_entity |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity views_visible_entity inherits from the following supertypes:
directory_entry
structure_entity
associativity_entity
Subtypes
No subtypesReferenced By
Entity views_visible_entity and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2022-02-01T11:14:58-05:00