ENTITY single_parent_entity
(* SCHEMA iges_structure_schema; *)
ENTITY single_parent_entity
SUBTYPE OF (associativity_entity);
subordinate : subordinate_switch;
used : use_flag;
de : directory_entry;
children : LIST OF directory_entry;
DERIVE
form : INTEGER := 9;
np : INTEGER := 1;
nc : INTEGER := SIZEOF(children);
END_ENTITY;
Explicit Attributes
Entity single_parent_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity single_parent_entity has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
entity_type | INTEGER | associativity_entity |
form | INTEGER | single_parent_entity |
np | INTEGER | single_parent_entity |
nc | INTEGER | single_parent_entity |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity single_parent_entity inherits from the following supertypes:
directory_entry
structure_entity
associativity_entity
Subtypes
No subtypesReferenced By
Entity single_parent_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